0f98b940f8
This changes the names of the two fuzzers so they align with current oss-fuzz usage (to provide continuity in test data and corpora) and adds a dictionary to the decoder fuzzer. It also removes some unnecessary configuration, as it clashed with oss-fuzz defaults
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
flac_stream_marker="fLaC"
|
|
ogg_stream_marker="OggS"
|
|
flac_in_ogg_marker="\x7fFLAC"
|
|
|
|
synccode_fixed_blocksize="\xFF\xF8"
|
|
synccode_variable_blocksize="\xFF\xF9"
|