summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy <randy408@protonmail.com>2019-11-26 16:07:07 +0100
committerRandy <randy408@protonmail.com>2019-11-26 16:07:07 +0100
commitceeeec8ee480c9cce066c0921665ef647bd5c135 (patch)
tree4c358aa93f38f46fa642343d08780bcdf8f23583
parenta75690875044349b24c521db87db8065da294d16 (diff)
update ossfuzz.sh
-rwxr-xr-xtest/ossfuzz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ossfuzz.sh b/test/ossfuzz.sh
index d71fab8..885e18d 100755
--- a/test/ossfuzz.sh
+++ b/test/ossfuzz.sh
@@ -14,7 +14,7 @@ cp ghostscript-9.50/bin/gs.a /usr/local/lib/libgs.a
./autogen.sh --enable-static --disable-shared
make -j$(nproc)
-$CXX $CXXFLAGS $SRC/libspectre/test/spectre_read_fuzzer.cc -I. \
+$CXX $CXXFLAGS $SRC/libspectre/test/spectre_read_fuzzer.c -I. \
-o $OUT/spectre_read_fuzzer \
$LIB_FUZZING_ENGINE $SRC/libspectre/libspectre/.libs/libspectre.a \
$SRC/libspectre/ghostscript-9.50/bin/gs.a