-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bring the heap_4 improvements to secure_heap #749
Bring the heap_4 improvements to secure_heap #749
Conversation
It is possible the modified wanted size is too large, we should check it again.
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #749 +/- ##
=======================================
Coverage 94.35% 94.35%
=======================================
Files 6 6
Lines 2443 2443
Branches 598 598
=======================================
Hits 2305 2305
Misses 85 85
Partials 53 53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Moral-Hao Thank you for the PR. The check for |
@ydhuang28 I don't agree with you. The larger if-statement is checking the original |
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
@aggarg Thank you, your code change is better than mine. |
Description
This includes improvements like addition overflow checks, readability improvements.
Test Steps
Tested locally.
Checklist:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.