docs: Add Technical Spikes: 006.oss-fuzz-arvo-dataset.md#134
Open
xjtuwxg wants to merge 2 commits into
Open
Conversation
be9899b to
6ea4a13
Compare
Member
|
This is interesting. I would be interested to see a demo of the linked scripts to explore how this dataset iteration can be used |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Technical Spikes: 006.oss-fuzz-arvo-dataset.md
Description
ARVO Dataset (Reproducible OSS-Fuzz) Technical Spike
Code Quality Checklist
Related Issues
Github Issue #42, Github Issue #128.
Screenshots
Next, we can re-compile
libxml2inside the container and re-execute the test case (/tmp/poc):This indicates the bug is gone under the same test case.
Testing
Additional Notes
Xiaoguang also wrote a few scripts to help better understand the ARVO bugs and their corresponding fixes. Follow the README to analyze how many bugs in
libxml2are fixed with 1 line of code changes, < 5 lines of code changes, < 10 lines of code changes, and so on.