File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
1818
1919RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev
2020RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups
21- RUN git clone --branch VER-2-10 -1 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
21+ RUN git clone --branch VER-2-11 -1 --single-branch --depth 1 https://git.savannah.gnu.org/git/freetype/freetype2.git freetype
2222RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl
2323RUN mkdir ghostpdl/fuzz
2424
Original file line number Diff line number Diff line change @@ -12,4 +12,7 @@ sanitizers:
1212 - address
1313# Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294
1414# - memory
15- main_repo : ' git://git.ghostscript.com/ghostpdl.git'
15+ main_repo : ' git://git.ghostscript.com/ghostpdl.git'
16+ fuzzing_engines :
17+ - libfuzzer
18+ - honggfuzz
You can’t perform that action at this time.
0 commit comments