mirror of https://github.com/google/oss-fuzz.git
Add a couple of dictionaries to pillow's fuzzer (#4888)
This commit is contained in:
parent
c5af59803c
commit
652fa65c16
|
@ -15,6 +15,19 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN git clone --depth 1 https://github.com/google/fuzzing
|
||||
RUN cat fuzzing/dictionaries/bmp.dict \
|
||||
fuzzing/dictionaries/dds.dict \
|
||||
fuzzing/dictionaries/gif.dict \
|
||||
fuzzing/dictionaries/icns.dict \
|
||||
fuzzing/dictionaries/jpeg.dict \
|
||||
fuzzing/dictionaries/jpeg2000.dict \
|
||||
fuzzing/dictionaries/pbm.dict \
|
||||
fuzzing/dictionaries/png.dict \
|
||||
fuzzing/dictionaries/psd.dict \
|
||||
fuzzing/dictionaries/tiff.dict \
|
||||
fuzzing/dictionaries/webp.dict \
|
||||
> $OUT/fuzz_pillow.dict
|
||||
RUN apt-get install -y \
|
||||
libfreetype6-dev \
|
||||
libfribidi-dev \
|
||||
|
|
Loading…
Reference in New Issue