[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed Sep 12 11:05:07 UTC 2018


The branch master has been updated
       via  8e8fe187f1559a7fc9f50cc4af7f880273a4eea2 (commit)
      from  af7d8d3446d640018bbeb9879ac585025b949832 (commit)


- Log -----------------------------------------------------------------
commit 8e8fe187f1559a7fc9f50cc4af7f880273a4eea2
Author: Brian 'geeknik' Carpenter <466878+geeknik at users.noreply.github.com>
Date:   Wed Sep 12 01:24:00 2018 -0500

    Update README.md
    
    Fixes a minor typo that would cause the linker to complain about not finding -lFuzzer
    
    CLA: trivial
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/7197)

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

Summary of changes:
 fuzz/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fuzz/README.md b/fuzz/README.md
index 8536566..44c73f8 100644
--- a/fuzz/README.md
+++ b/fuzz/README.md
@@ -37,7 +37,7 @@ Configure for fuzzing:
 
     $ CC=clang ./config enable-fuzz-libfuzzer \
             --with-fuzzer-include=../../svn-work/Fuzzer \
-            --with-fuzzer-lib=../../svn-work/Fuzzer/libFuzzer \
+            --with-fuzzer-lib=../../svn-work/Fuzzer/libFuzzer.a \
             -DPEDANTIC enable-asan enable-ubsan no-shared \
             -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION \
             -fsanitize-coverage=trace-pc-guard,indirect-calls,trace-cmp \


More information about the openssl-commits mailing list