mirror of
https://github.com/webmproject/libwebp.git
synced 2025-08-29 07:12:05 +02:00
import fuzzers from oss-fuzz/chromium
+ a simple makefile + README these were mostly equivalent, chromium added support for WEBP_REDUCE_CSP. the file names were normalized as follows: fuzz_advanced_api.{c,cc} -> advanced_api_fuzzer.c fuzz_animation_api.{c,cc} -> animation_api_fuzzer.c fuzz_webp_animencoder.cc -> animencoder_fuzzer.cc fuzz_demux_api.{c,cc} -> demux_api_fuzzer.c fuzz_webp_enc_dec.cc -> enc_dec_fuzzer.cc fuzz.h -> fuzz_utils.h fuzz_simple_api.{c,cc} -> simple_api_fuzzer.c Bug: webp:409 Change-Id: Ib997f0c92f25f8a1f91da83790298cd848b61a5d
This commit is contained in:
17
tests/fuzzer/fuzz.dict
Normal file
17
tests/fuzzer/fuzz.dict
Normal file
@@ -0,0 +1,17 @@
|
||||
# https://developers.google.com/speed/webp/docs/riff_container
|
||||
|
||||
# FourCC
|
||||
"ALPH"
|
||||
"ANIM"
|
||||
"ANMF"
|
||||
"EXIF"
|
||||
"ICCP"
|
||||
"RIFF"
|
||||
"VP8 "
|
||||
"VP8L"
|
||||
"VP8X"
|
||||
"WEBP"
|
||||
"XMP "
|
||||
|
||||
# VP8 signature
|
||||
"\x9D\x01\x2A"
|
Reference in New Issue
Block a user