Skip to content

Commit 54c3d42

Browse files
committed
fuzz: Update README
1 parent ee0eda4 commit 54c3d42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fuzz/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ meaningful stack traces.
1212
-fno-sanitize-recover=all \
1313
-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION"
1414

15+
Since llvm-symbolizer can use libxml2 itself, you may need the following
16+
wrapper to make sure that it doesn't use the instrumented version of
17+
libxml2:
18+
19+
export ASAN_SYMBOLIZER_PATH="$(pwd)/.gitlab-ci/llvm-symbolizer"
20+
1521
Other options that can improve stack traces:
1622

1723
-fno-omit-frame-pointer

0 commit comments

Comments
 (0)