flac/oss-fuzz
Martijn van Beurden b64ea1171b Fix fuzzer_encoder_v2 timeouts
This fixes the 'false positive' oss-fuzz bug filed under
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47264

The fuzzer was timing out because of an enormous input (932kB)
combined with very slow settings. The commit disables certain
slow settings on inputs larger than 2^18 byte.
2022-05-07 21:58:40 +02:00
..
fuzzing Add a license to fuzzing code 2022-04-25 20:28:17 +02:00
fuzzer_decoder.cc Add a license to fuzzing code 2022-04-25 20:28:17 +02:00
fuzzer_decoder.dict Update fuzzers 2022-04-20 11:10:08 +02:00
fuzzer_encoder_v2.cc Fix fuzzer_encoder_v2 timeouts 2022-05-07 21:58:40 +02:00
fuzzer_encoder.cc Add a license to fuzzing code 2022-04-25 20:28:17 +02:00
fuzzer_encoder.dict Update fuzzers 2022-04-20 11:10:08 +02:00
Makefile.am Fix distcheck 2022-05-06 12:28:17 +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