stm32h743_player/Middlewares/Third_Party/flac/oss-fuzz
2024-04-07 11:21:58 +08:00
..
fuzzing 添加libflac 2024-04-07 11:21:58 +08:00
PaxHeaders 添加libflac 2024-04-07 11:21:58 +08:00
common.h 添加libflac 2024-04-07 11:21:58 +08:00
decoder.cc 添加libflac 2024-04-07 11:21:58 +08:00
empty.cc 添加libflac 2024-04-07 11:21:58 +08:00
encoder_v2.cc 添加libflac 2024-04-07 11:21:58 +08:00
encoder.cc 添加libflac 2024-04-07 11:21:58 +08:00
fuzzer_encoder.dict 添加libflac 2024-04-07 11:21:58 +08:00
Makefile.am 添加libflac 2024-04-07 11:21:58 +08:00
Makefile.in 添加libflac 2024-04-07 11:21:58 +08:00
metadata.cc 添加libflac 2024-04-07 11:21:58 +08:00
Readme.md 添加libflac 2024-04-07 11:21:58 +08:00
reencoder.cc 添加libflac 2024-04-07 11:21:58 +08:00
seek.cc 添加libflac 2024-04-07 11:21:58 +08:00
tool_flac.c 添加libflac 2024-04-07 11:21:58 +08:00
tool_metaflac.c 添加libflac 2024-04-07 11:21:58 +08: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