mirror of https://github.com/google/oss-fuzz.git
[flac] Add fuzzer_seek (#7863)
This commit is contained in:
parent
d98ad2b5c5
commit
f05372d358
|
@ -60,7 +60,7 @@ make -j$(nproc)
|
|||
|
||||
# Copy decoder fuzzers
|
||||
cd $SRC/flac/oss-fuzz
|
||||
cp fuzzer_decoder $OUT
|
||||
cp fuzzer_decoder fuzzer_seek $OUT
|
||||
cp fuzzer_*.dict $OUT
|
||||
cd $SRC
|
||||
|
||||
|
|
Loading…
Reference in New Issue