tree: 2f4236c20662783a9b69b30ce5ea541b686301ec [path history] [tgz]
  1. fuzzing/
  2. fuzzer_decoder.cc
  3. fuzzer_decoder.dict
  4. fuzzer_encoder.cc
  5. fuzzer_encoder.dict
  6. fuzzer_encoder_v2.cc
  7. fuzzer_metadata.cc
  8. fuzzer_seek.cc
  9. Makefile.am
  10. Readme.md
oss-fuzz/Readme.md

Fuzzers fuzzer_decoder.cc and fuzzer_encoder.cc were taken from

https://github.com/guidovranken/flac-fuzzers

The header files in the directory fuzzing and below were taken from:

https://github.com/guidovranken/fuzzing-headers.git

Some minor modifications were made to make them build with the default C++ warning flags.

The code mentioned above, contributed by Guido Vranken, is licensed under the MIT license. See the files themselves for details