We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e673e9 commit e59d26cCopy full SHA for e59d26c
tests/ossfuzz.sh
@@ -19,12 +19,14 @@ ar rcs libspng_static.a *.o
19
20
$CXX $CXXFLAGS -std=c++11 \
21
$SRC/libspng/tests/spng_read_fuzzer.c \
22
+ -I$SRC/libspng/spng \
23
-DSPNGT_HAVE_FMEMOPEN=1 \
24
-o $OUT/spng_read_fuzzer \
25
$LIB_FUZZING_ENGINE $SRC/libspng/build/libspng_static.a $SRC/zlib/build/libz.a
26
27
$CXX $CXXFLAGS -std=c++11 -I$SRC/zlib/build -I$SRC/zlib \
28
29
30
31
-o $OUT/spng_read_fuzzer_structure_aware \
32
-include $SRC/fuzzer-test-suite/libpng-1.2.56/png_mutator.h \
0 commit comments