-
Notifications
You must be signed in to change notification settings - Fork 59
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
Fix integer overflow #435
Fix integer overflow #435
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #435 +/- ##
=======================================
Coverage 90.55% 90.55%
=======================================
Files 3 3
Lines 1271 1271
Branches 35 35
=======================================
Hits 1151 1151
Misses 98 98
Partials 22 22 ☔ View full report in Codecov by Sentry. |
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.
Looks good to me!
@codeforall @hqakhtar @dutow @dAdAbird Can one of your please review c code files changes in this PR? |
Fixes #412
This PR fixes 3 integer overflow bugs, all of them covered with tests.