-
Notifications
You must be signed in to change notification settings - Fork 482
Remove the "ALLOC_STACK_RET" annotation from APIs that allocate static objects #1693
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1693 +/- ##
==========================================
+ Coverage 63.58% 63.61% +0.02%
==========================================
Files 244 244
Lines 25741 25758 +17
Branches 4510 4511 +1
==========================================
+ Hits 16368 16385 +17
Misses 9373 9373
🚀 New features to boost your workflow:
|
|
Thanks @shuangxiangkan, I think this is the right approach for statics. Two concerns:
|
|
Thanks for your feedback! This PR is to check if the current solution is reasonable, and I’ll keep optimizing it. Regarding your two concerns:
|
Please take a look at the update — these two issues should be fixed now. |
|
Looks good to me! Are you also planning to merge SVF-tools/Test-Suite#157? |
Thanks for the confirmation. @shuangxiangkan can I merge it? |
|
It has been fixed in the other pr here: #1696 |
No description provided.