Torque3D/Engine/lib/flac/oss-fuzz
marauder2k7 a745fc3757 Initial commit
added libraries:
opus
flac
libsndfile

updated:
libvorbis
libogg
openal

- Everything works as expected for now. Bare in mind libsndfile needed the check for whether or not it could find the xiph libraries removed in order for this to work.
2024-03-21 17:33:47 +00:00
..
fuzzing Initial commit 2024-03-21 17:33:47 +00:00
seedcorpus/fuzzer_tool_flac Initial commit 2024-03-21 17:33:47 +00:00
common.h Initial commit 2024-03-21 17:33:47 +00:00
decoder.cc Initial commit 2024-03-21 17:33:47 +00:00
empty.cc Initial commit 2024-03-21 17:33:47 +00:00
encoder.cc Initial commit 2024-03-21 17:33:47 +00:00
encoder_v2.cc Initial commit 2024-03-21 17:33:47 +00:00
fuzzer_decoder.dict Initial commit 2024-03-21 17:33:47 +00:00
fuzzer_encoder.dict Initial commit 2024-03-21 17:33:47 +00:00
fuzzer_reencoder.dict Initial commit 2024-03-21 17:33:47 +00:00
fuzzer_tool_flac.dict Initial commit 2024-03-21 17:33:47 +00:00
Makefile.am Initial commit 2024-03-21 17:33:47 +00:00
metadata.cc Initial commit 2024-03-21 17:33:47 +00:00
Readme.md Initial commit 2024-03-21 17:33:47 +00:00
reencoder.cc Initial commit 2024-03-21 17:33:47 +00:00
seek.cc Initial commit 2024-03-21 17:33:47 +00:00
tool_flac.c Initial commit 2024-03-21 17:33:47 +00:00
tool_metaflac.c Initial commit 2024-03-21 17:33:47 +00: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