xref: /aosp_15_r20/external/flac/oss-fuzz/Readme.md (revision 600f14f40d737144c998e2ec7a483122d3776fbc)
1*600f14f4SXin LiFuzzers fuzzer_decoder.cc and fuzzer_encoder.cc were taken from
2*600f14f4SXin Li
3*600f14f4SXin Li    https://github.com/guidovranken/flac-fuzzers
4*600f14f4SXin Li
5*600f14f4SXin LiThe header files in the directory fuzzing and below were taken from:
6*600f14f4SXin Li
7*600f14f4SXin Li    https://github.com/guidovranken/fuzzing-headers.git
8*600f14f4SXin Li
9*600f14f4SXin LiSome minor modifications were made to make them build with the default C++
10*600f14f4SXin Liwarning flags.
11*600f14f4SXin Li
12*600f14f4SXin LiThe code mentioned above, contributed by Guido Vranken, is licensed under
13*600f14f4SXin Lithe MIT license. See the files themselves for details
14