tree: e3389009825e978db69ad552ba6bc3698f462bca [path history] [tgz]
  1. fuzzing/
  2. seedcorpus/
  3. common.h
  4. decoder.cc
  5. empty.cc
  6. encoder.cc
  7. encoder_v2.cc
  8. fuzzer_decoder.dict
  9. fuzzer_encoder.dict
  10. fuzzer_reencoder.dict
  11. fuzzer_tool_flac.dict
  12. Makefile.am
  13. metadata.cc
  14. Readme.md
  15. reencoder.cc
  16. seek.cc
  17. tool_flac.c
  18. tool_metaflac.c
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