• Home
Name Date Size #Lines LOC

..--

fuzzing/04-Jul-2025-591366

seedcorpus/fuzzer_tool_flac/04-Jul-2025-

Makefile.amD04-Jul-20254.4 KiB10578

Readme.mdD04-Jul-2025461 148

common.hD04-Jul-2025119 32

decoder.ccD04-Jul-202515.2 KiB409359

empty.ccD04-Jul-20250 10

encoder.ccD04-Jul-202510.1 KiB258202

encoder_v2.ccD04-Jul-202515.4 KiB353257

fuzzer_decoder.dictD04-Jul-2025157 75

fuzzer_encoder.dictD04-Jul-2025241 1918

fuzzer_reencoder.dictD04-Jul-2025157 75

fuzzer_tool_flac.dictD04-Jul-2025385 2016

metadata.ccD04-Jul-202517.8 KiB527451

reencoder.ccD04-Jul-202511.7 KiB305244

seek.ccD04-Jul-20256.5 KiB196131

tool_flac.cD04-Jul-20253.2 KiB11862

tool_metaflac.cD04-Jul-20253.7 KiB13778

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