Try to migrate yajl-ruby and libxslt to LIB_FUZZING_ENGINE (#2365)

This commit is contained in:
jonathanmetzman 2019-05-01 16:11:29 -04:00 committed by GitHub
parent d9389b0a2e
commit f6be0078df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ for fuzzer in xpath xslt; do
$CXX $CXXFLAGS \
tests/fuzz/$fuzzer.o \
-o $OUT/$fuzzer \
-lFuzzingEngine \
$LIB_FUZZING_ENGINE \
libexslt/.libs/libexslt.a libxslt/.libs/libxslt.a \
../libxml2/.libs/libxml2.a \
$CRYPTO_LIBS

View File

@ -25,4 +25,4 @@ mv $SRC/*.dict $OUT/
$CXX $CXXFLAGS -I. \
-x c yajl.c yajl_alloc.c yajl_buf.c yajl_lex.c yajl_parser.c yajl_encode.c \
../../fuzz/json_fuzzer.c -o $OUT/json_fuzzer \
-lFuzzingEngine
$LIB_FUZZING_ENGINE