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 cf49c15 commit 085f2f5Copy full SHA for 085f2f5
.github/workflows/asan.yml
@@ -22,7 +22,7 @@ jobs:
22
23
env:
24
QT_VERSION: 6.9.1
25
- ASAN_OPTIONS: detect_stack_use_after_return=1
+ ASAN_OPTIONS: detect_stack_use_after_return=1:suppressions=asan-suppr.txt
26
# TODO: figure out why there are cache misses with PCH enabled
27
CCACHE_SLOPPINESS: pch_defines,time_macros
28
asan-suppr.txt
@@ -0,0 +1 @@
1
+leak:libpcre.so
0 commit comments