flac/oss-fuzz
2022-08-31 07:10:20 +02:00
..
fuzzing Add a license to fuzzing code 2022-04-25 20:28:17 +02:00
fuzzer_common.h Prepare oom checking in fuzzing 2022-08-19 11:59:16 +02:00
fuzzer_decoder.cc Add OOM checking to fuzzing 2022-08-20 16:03:53 +02:00
fuzzer_decoder.dict Update fuzzers 2022-04-20 11:10:08 +02:00
fuzzer_encoder_v2.cc fuzzer: Do not add corrupt vorbiscomment metadata block 2022-08-31 07:10:20 +02:00
fuzzer_encoder.cc Add OOM checking to fuzzing 2022-08-20 16:03:53 +02:00
fuzzer_encoder.dict Update fuzzers 2022-04-20 11:10:08 +02:00
fuzzer_metadata.cc Fix some OOM metadata bugs, disable OOM checking in metadata fuzzing 2022-08-20 16:03:53 +02:00
fuzzer_seek.cc Fix some OOM metadata bugs, disable OOM checking in metadata fuzzing 2022-08-20 16:03:53 +02:00
Makefile.am Prepare oom checking in fuzzing 2022-08-19 11:59:16 +02:00
Readme.md Add a license to fuzzing code 2022-04-25 20:28:17 +02:00

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