5d1402eae3
Issue: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50509 Credit: Oss-Fuzz |
||
---|---|---|
.. | ||
fuzzing | ||
fuzzer_common.h | ||
fuzzer_decoder.cc | ||
fuzzer_decoder.dict | ||
fuzzer_encoder_v2.cc | ||
fuzzer_encoder.cc | ||
fuzzer_encoder.dict | ||
fuzzer_metadata.cc | ||
fuzzer_seek.cc | ||
Makefile.am | ||
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