Name Date Size #Lines LOC

..--

fuzzing/H25-Apr-2025-591366

seedcorpus/fuzzer_tool_flac/H25-Apr-2025-

Makefile.amH A D25-Apr-20254.4 KiB10578

Readme.mdH A D25-Apr-2025461 148

common.hH A D25-Apr-2025119 32

decoder.ccH A D25-Apr-202515.2 KiB409359

empty.ccH A D25-Apr-20250 10

encoder.ccH A D25-Apr-202510.1 KiB258202

encoder_v2.ccH A D25-Apr-202515.4 KiB353257

fuzzer_decoder.dictH A D25-Apr-2025157 75

fuzzer_encoder.dictH A D25-Apr-2025241 1918

fuzzer_reencoder.dictH A D25-Apr-2025157 75

fuzzer_tool_flac.dictH A D25-Apr-2025385 2016

metadata.ccH A D25-Apr-202517.8 KiB527451

reencoder.ccH A D25-Apr-202511.7 KiB305244

seek.ccH A D25-Apr-20256.5 KiB196131

tool_flac.cH A D25-Apr-20253.2 KiB11862

tool_metaflac.cH A D25-Apr-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