about summary refs log tree commit diff homepage
path: root/utils/sanitizers/lsan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sanitizers/lsan.txt')
-rw-r--r--utils/sanitizers/lsan.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/utils/sanitizers/lsan.txt b/utils/sanitizers/lsan.txt
index e88f078b..45e4c3fd 100644
--- a/utils/sanitizers/lsan.txt
+++ b/utils/sanitizers/lsan.txt
@@ -6,6 +6,7 @@
 # The suppressions below are what's needed for ``make unittests`` and ``make check`` to not
 # fail due to leaks.
 
-# Low priority
-leak:tools/kleaver/main.cpp
-leak:lib/Expr/Parser.cpp
+# Ignore tcmalloc
+leak:src/malloc_extension.cc
+# Memory leak from klee_replay
+leak:klee-replay.c