mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
oss-fuzz: Add fuzzing targets
These fuzzing targets were originally from:
https://github.com/guidovranken/flac-fuzzers.git
but having them in a separate repo was a huge pain in the neck when
working on fixing any problems found.
This commit is contained in:
17
oss-fuzz/fuzz-encoder.dict
Normal file
17
oss-fuzz/fuzz-encoder.dict
Normal file
@@ -0,0 +1,17 @@
|
||||
"bartlett"
|
||||
"bartlett_hann"
|
||||
"blackman"
|
||||
"blackman_harris_4term_92db"
|
||||
"connes"
|
||||
"flattop"
|
||||
"gauss()"
|
||||
"hamming"
|
||||
"hann"
|
||||
"kaiser_bessel"
|
||||
"nuttall"
|
||||
"rectangle"
|
||||
"triangle"
|
||||
"tukey(0)"
|
||||
"partial_tukey(0)"
|
||||
"punchout_tukey(0)"
|
||||
"welch"
|
||||
Reference in New Issue
Block a user