mirror of https://github.com/google/oss-fuzz.git
[libressl] Cryptofuzz with negative bignums (#9692)
This commit is contained in:
parent
86025ccc82
commit
eae5197af0
|
@ -70,6 +70,7 @@ cp $LIBRESSL_FUZZERS/oids.txt $OUT/x509.dict
|
||||||
|
|
||||||
# Cryptofuzz
|
# Cryptofuzz
|
||||||
cd $SRC/cryptofuzz/
|
cd $SRC/cryptofuzz/
|
||||||
|
sed -i 's/kNegativeIntegers = false/kNegativeIntegers = true/g' config.h
|
||||||
if [[ $CFLAGS = *sanitize=memory* ]]
|
if [[ $CFLAGS = *sanitize=memory* ]]
|
||||||
then
|
then
|
||||||
export CXXFLAGS="$CXXFLAGS -DMSAN"
|
export CXXFLAGS="$CXXFLAGS -DMSAN"
|
||||||
|
|
Loading…
Reference in New Issue