-
Notifications
You must be signed in to change notification settings - Fork 55
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
MSVC sanitizer build #2151
MSVC sanitizer build #2151
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2151 +/- ##
==========================================
- Coverage 76.98% 76.97% -0.02%
==========================================
Files 194 194
Lines 37074 37074
==========================================
- Hits 28542 28536 -6
- Misses 8532 8538 +6 ☔ View full report in Codecov by Sentry. |
1692ea2
to
5b08cd7
Compare
Regarding previously added FALLTHROUGH_STATEMENT (f7ff817) It was defined as
and applied as
That was not correct. The standart calls for single null statement, for two some compilers generate a hundred of warnings. |
@maxirmx Thanks, will check it out. Probably we should wait till the windows-native issue is resolved, I was able to reproduce it with pure botan calls. |
@maxirmx it got resolved (but not released yet) and it isn't our issue: randombit/botan#3812 |
3e78b49
to
cfaf373
Compare
cfaf373
to
b21b5ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Just in case: coverage fails since one of the previous tests hit some ElGamal 'rarely-hit' code path, and now it didn't. |
No description provided.