mirror of https://github.com/google/oss-fuzz.git
add libpng to imagemagick (#1304)
* add libpng to imagemagick * add HEIC corpus source
This commit is contained in:
parent
f677243343
commit
603b7bb818
|
@ -27,6 +27,8 @@ RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo
|
||||||
RUN git clone --depth 1 https://git.savannah.nongnu.org/r/freetype/freetype2
|
RUN git clone --depth 1 https://git.savannah.nongnu.org/r/freetype/freetype2
|
||||||
RUN git clone --depth 1 https://github.com/xz-mirror/xz
|
RUN git clone --depth 1 https://github.com/xz-mirror/xz
|
||||||
RUN git clone --depth 1 https://github.com/libraw/libraw
|
RUN git clone --depth 1 https://github.com/libraw/libraw
|
||||||
|
RUN git clone --depth 1 https://github.com/glennrp/libpng
|
||||||
|
RUN svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/heic heic_corpus
|
||||||
ADD http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz bzip2-1.0.6.tar.gz
|
ADD http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz bzip2-1.0.6.tar.gz
|
||||||
ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz
|
ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz
|
||||||
WORKDIR imagemagick
|
WORKDIR imagemagick
|
||||||
|
|
Loading…
Reference in New Issue