-
Notifications
You must be signed in to change notification settings - Fork 282
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
Add fuzz target #1773
Merged
Merged
Add fuzz target #1773
Commits on Jul 9, 2021
-
Add libFuzzer integration + report bug
This commit places the basics for libFuzzer integration with one fuzzer which fuzzes the readMetadata function. The fuzzer is located at fuzz/read-metadata. To add more fuzzers please add them to ./fuzz directory as described in the README. Also a memory corruption bug is found using this fuzzer which might lead to additional bugs after fix is pushed.
Configuration menu - View commit details
-
Copy full SHA for b2cdf2a - Browse repository at this point
Copy the full SHA b2cdf2aView commit details
Commits on Jul 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bf786f4 - Browse repository at this point
Copy the full SHA bf786f4View commit details
Commits on Jul 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a3e4efe - Browse repository at this point
Copy the full SHA a3e4efeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a760263 - Browse repository at this point
Copy the full SHA a760263View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95397cc - Browse repository at this point
Copy the full SHA 95397ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a0335 - Browse repository at this point
Copy the full SHA f4a0335View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4448fc - Browse repository at this point
Copy the full SHA b4448fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eef360 - Browse repository at this point
Copy the full SHA 7eef360View commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e157fd6 - Browse repository at this point
Copy the full SHA e157fd6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.