[tools] master update

Matt Caswell matt at openssl.org
Thu Aug 29 10:03:16 UTC 2019


The branch master has been updated
       via  571c0af75c9dc840757b5478c83a14d49af84bee (commit)
      from  fe185a2b8f12669f7a9a88582cb63ad316cd2382 (commit)


- Log -----------------------------------------------------------------
commit 571c0af75c9dc840757b5478c83a14d49af84bee
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Aug 28 17:33:47 2019 +0100

    Fix enable-fuzz-afl builds in run-checker
    
    We now require no-module for successful enable-fuzz-afl builds
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/tools/pull/42)

-----------------------------------------------------------------------

Summary of changes:
 run-checker/run-checker.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/run-checker/run-checker.sh b/run-checker/run-checker.sh
index 3a76af6..f5be229 100755
--- a/run-checker/run-checker.sh
+++ b/run-checker/run-checker.sh
@@ -106,7 +106,7 @@ if run-hook prepare; then
         elif [ "$opt" == "enable-fuzz-afl" ]; then
             warnopts=""
             optcc=afl-clang-fast 
-            expandedopts="enable-fuzz-afl no-shared"
+            expandedopts="enable-fuzz-afl no-shared no-module"
         elif [ "$opt" == "enable-fuzz-libfuzzer" ]; then
             warnopts=""
             ldcmd=clang++


More information about the openssl-commits mailing list