From eae5197af0684591e6860d9f3242b12ab5c1be79 Mon Sep 17 00:00:00 2001 From: Guido Vranken Date: Mon, 13 Feb 2023 10:59:50 +0100 Subject: [PATCH] [libressl] Cryptofuzz with negative bignums (#9692) --- projects/libressl/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/libressl/build.sh b/projects/libressl/build.sh index 93c18637e..01b33e160 100755 --- a/projects/libressl/build.sh +++ b/projects/libressl/build.sh @@ -70,6 +70,7 @@ cp $LIBRESSL_FUZZERS/oids.txt $OUT/x509.dict # Cryptofuzz cd $SRC/cryptofuzz/ +sed -i 's/kNegativeIntegers = false/kNegativeIntegers = true/g' config.h if [[ $CFLAGS = *sanitize=memory* ]] then export CXXFLAGS="$CXXFLAGS -DMSAN"