Skip to content
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 libFuzzer integration + report bug #943

Closed
wants to merge 1 commit into from

Commits on Jul 3, 2019

  1. 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.
    yevgenypats committed Jul 3, 2019
    Copy the full SHA
    a7791ab View commit details
    Browse the repository at this point in the history