gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 17/208: fuzz/README: document how to build


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 17/208: fuzz/README: document how to build
Date: Wed, 09 Aug 2017 17:33:34 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.55.0
in repository gnurl.

commit 7e8247c46728c8fd60659502be9106154c6ebc91
Author: Daniel Stenberg <address@hidden>
AuthorDate: Thu Jun 15 17:08:59 2017 +0200

    fuzz/README: document how to build
    
    Fixes #1476
---
 tests/fuzz/README | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tests/fuzz/README b/tests/fuzz/README
index 106d1098a..459bda46b 100644
--- a/tests/fuzz/README
+++ b/tests/fuzz/README
@@ -7,4 +7,8 @@ We will need some additional patches in the future, to increase 
coverage.
 Building the fuzz target
 ========================
 
-FIXME fill out once the makefiles are in order.
\ No newline at end of file
+CC=clang-5.0 CFLAGS="-fsanitize=address -fsanitize-address-use-after-scope 
-fsanitize-coverage=trace-pc-guard,trace-cmp" ./configure --disable-shared 
--enable-debug --enable-maintainer-mode
+make -sj
+
+cd tests/fuzz
+make

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]