We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0eda4 commit 54c3d42Copy full SHA for 54c3d42
fuzz/README.md
@@ -12,6 +12,12 @@ meaningful stack traces.
12
-fno-sanitize-recover=all \
13
-DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION"
14
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
21
Other options that can improve stack traces:
22
23
-fno-omit-frame-pointer
0 commit comments