• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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