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 5a9638e commit 014c8ffCopy full SHA for 014c8ff
projects/librsvg/build.sh
@@ -93,6 +93,9 @@ cp target/x86_64-unknown-linux-gnu/release/render_document "$OUT/"
93
# Copy options files for fuzz targets
94
cp "$SRC"/*.options "$OUT/"
95
96
+# Copy suppressions file for fuzz targets
97
+cp "$SRC/librsvg/tools/lsan.supp" "$OUT/"
98
+
99
# Build a seed corpus consisting of all the SVGs from the librsvg repo
100
CORPUS_DIR="$WORK/corpus"
101
mkdir -p "$CORPUS_DIR"
projects/librsvg/render_document.options
@@ -1,8 +1,4 @@
1
+[lsan]
2
# Suppress spurious leak reports:
3
# https://gnome.pages.gitlab.gnome.org/librsvg/devel-docs/memory_leaks.html
-
4
-[asan]
5
-detect_leaks = 0
6
7
-[libfuzzer]
8
+suppressions = lsan.supp
0 commit comments