Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress unsigned-integer-overflow for fmt. #3077

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Conversation

1uc
Copy link
Collaborator

@1uc 1uc commented Sep 11, 2024

Makes full use of unsigned integer math, including overflow behaviour. Hence, the sanitizer should ignore all unsigned integer overflows for anything fmt related.

Makes full use of unsigned integer math, including overflow behaviour.
Hence, the sanitizer should ignore all unsigned integer overflows for
anything fmt related.
@1uc 1uc requested a review from alkino September 11, 2024 08:12
Copy link

sonarcloud bot commented Sep 11, 2024

Copy link

✔️ a2befcb -> Azure artifacts URL

@1uc 1uc marked this pull request as ready for review September 11, 2024 08:36
Copy link

codecov bot commented Sep 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.26%. Comparing base (1d812c8) to head (a2befcb).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3077      +/-   ##
==========================================
- Coverage   67.27%   67.26%   -0.02%     
==========================================
  Files         571      571              
  Lines      104870   104870              
==========================================
- Hits        70556    70540      -16     
- Misses      34314    34330      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alkino alkino merged commit edbfb3a into master Sep 11, 2024
38 checks passed
@alkino alkino deleted the 1uc/fmt-suppressions branch September 11, 2024 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants