From 35e445bd046148d1e5617f00582059e1c3c44b5b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Tue, 10 Oct 2017 22:14:25 +0200 Subject: [PATCH] =?UTF-8?q?fuzz:=20Fix=20typo=20(=E2=80=98-fsanitize=3Dadr?= =?UTF-8?q?es=E2=80=99)=20in=20README.rst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fuzz/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/README.rst b/fuzz/README.rst index bd8fc024..54ae8325 100644 --- a/fuzz/README.rst +++ b/fuzz/README.rst @@ -23,8 +23,8 @@ following compiler/linker flags: .. code-block:: text - CPPFLAGS="-fsanitize-coverage=edge -fsanitize=addres" - LDFLAGS="-fsanitize-coverage=edge -fsanitize=addres" + CPPFLAGS="-fsanitize-coverage=edge -fsanitize=address" + LDFLAGS="-fsanitize-coverage=edge -fsanitize=address" Then, fuzz_target.cc can be built using the following command: