Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
fuzzing/ | H | 25-Apr-2025 | - | 591 | 366 | |
seedcorpus/fuzzer_tool_flac/ | H | 25-Apr-2025 | - | |||
Makefile.am | H A D | 25-Apr-2025 | 4.4 KiB | 105 | 78 | |
Readme.md | H A D | 25-Apr-2025 | 461 | 14 | 8 | |
common.h | H A D | 25-Apr-2025 | 119 | 3 | 2 | |
decoder.cc | H A D | 25-Apr-2025 | 15.2 KiB | 409 | 359 | |
empty.cc | H A D | 25-Apr-2025 | 0 | 1 | 0 | |
encoder.cc | H A D | 25-Apr-2025 | 10.1 KiB | 258 | 202 | |
encoder_v2.cc | H A D | 25-Apr-2025 | 15.4 KiB | 353 | 257 | |
fuzzer_decoder.dict | H A D | 25-Apr-2025 | 157 | 7 | 5 | |
fuzzer_encoder.dict | H A D | 25-Apr-2025 | 241 | 19 | 18 | |
fuzzer_reencoder.dict | H A D | 25-Apr-2025 | 157 | 7 | 5 | |
fuzzer_tool_flac.dict | H A D | 25-Apr-2025 | 385 | 20 | 16 | |
metadata.cc | H A D | 25-Apr-2025 | 17.8 KiB | 527 | 451 | |
reencoder.cc | H A D | 25-Apr-2025 | 11.7 KiB | 305 | 244 | |
seek.cc | H A D | 25-Apr-2025 | 6.5 KiB | 196 | 131 | |
tool_flac.c | H A D | 25-Apr-2025 | 3.2 KiB | 118 | 62 | |
tool_metaflac.c | H A D | 25-Apr-2025 | 3.7 KiB | 137 | 78 |
Readme.md
1Fuzzers fuzzer_decoder.cc and fuzzer_encoder.cc were taken from 2 3 https://github.com/guidovranken/flac-fuzzers 4 5The header files in the directory fuzzing and below were taken from: 6 7 https://github.com/guidovranken/fuzzing-headers.git 8 9Some minor modifications were made to make them build with the default C++ 10warning flags. 11 12The code mentioned above, contributed by Guido Vranken, is licensed under 13the MIT license. See the files themselves for details 14