mirror of https://github.com/google/oss-fuzz.git
1e4c9ca39e
The Wuffs project handles multiple file formats, such as GIF and ZLIB decoders. Prior to this commit, the format name and the file extension were the same (case-insensitive) string: fuzz-testing the GIF format was seeded with test files matching "*.gif", and "*.gif" was trivially derived from the "gif_fuzzer.cc" file name. For the GZIP file format, the conventional file extension is ".gz", not ".gzip". For the JPEG file format, both ".jpeg" and ".jpg" are widely used. Building the seed corpus for future Wuffs codecs might require mapping from the file format name to arbitrary file extensions. Wuffs' fuzz/c/std/seed_corpora.txt file (added in https://github.com/google/wuffs/commit/b6cc2d5e) provides that mapping. This commit updates OSS-Fuzz's projects/wuffs/build.sh to use it. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml |