Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit 54c3d42

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

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)