fuzz: Fix typo (‘-fsanitize=adres’) in README.rst
This commit is contained in:
parent
88ce3c31b7
commit
35e445bd04
|
@ -23,8 +23,8 @@ following compiler/linker flags:
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
CPPFLAGS="-fsanitize-coverage=edge -fsanitize=addres"
|
CPPFLAGS="-fsanitize-coverage=edge -fsanitize=address"
|
||||||
LDFLAGS="-fsanitize-coverage=edge -fsanitize=addres"
|
LDFLAGS="-fsanitize-coverage=edge -fsanitize=address"
|
||||||
|
|
||||||
Then, fuzz_target.cc can be built using the following command:
|
Then, fuzz_target.cc can be built using the following command:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue