Skip to content

Commit 595cc9b

Browse files
docs: Add undefined to --with-sanitizers=fuzzer,address
1 parent d5dbb48 commit 595cc9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/fuzzing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ will print an error and suggestion if so.
7777

7878
## libFuzzer
7979

80-
A recent version of `clang`, the address sanitizer and libFuzzer is needed (all
80+
A recent version of `clang`, the address/undefined sanitizers (ASan/UBSan) and libFuzzer is needed (all
8181
found in the `compiler-rt` runtime libraries package).
8282

8383
To build all fuzz targets with libFuzzer, run
8484

8585
```
86-
./configure --disable-ccache --enable-fuzz --with-sanitizers=fuzzer,address CC=clang CXX=clang++
86+
./configure --disable-ccache --enable-fuzz --with-sanitizers=fuzzer,address,undefined CC=clang CXX=clang++
8787
make
8888
```
8989

0 commit comments

Comments
 (0)