-
Notifications
You must be signed in to change notification settings - Fork 95
Feature/add fuzzing #799
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
Feature/add fuzzing #799
Conversation
Also align enable benchmark option with other enable option and improve package id
Also improves benchmark setup
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #799 +/- ##
==========================================
+ Coverage 91.44% 91.49% +0.04%
==========================================
Files 234 234
Lines 28655 28655
==========================================
+ Hits 26204 26218 +14
+ Misses 2451 2437 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I'll finish reviewing it this week. |
…marking` is set.
PengZheng
left a comment
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.
Great addition! This PR can be merged as is, though I left some minor remarks.
I read the libFuzzer documentation and learned a lot. Thanks.
PengZheng
left a comment
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.
I have fixed the LD_PRELOAD issue.
👍 , Thanks |
This PR introduces some fuzz tests for celix utils.
Also: