projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
653828c
)
Adding an example lsan supression file.
author
Tim King
<taking@google.com>
Wed, 27 Apr 2016 19:54:29 +0000
(12:54 -0700)
committer
Tim King
<taking@google.com>
Wed, 27 Apr 2016 19:59:00 +0000
(12:59 -0700)
contrib/lfsc_lsan.supp
[new file with mode: 0644]
patch
|
blob
diff --git a/contrib/lfsc_lsan.supp
b/contrib/lfsc_lsan.supp
new file mode 100644
(file)
index 0000000..
63022a8
--- /dev/null
+++ b/
contrib/lfsc_lsan.supp
@@ -0,0
+1,8
@@
+# LSAN suppressions for memory leaks in LFSC.
+#
+# To use this file, add LSAN_OPTIONS to the commandline invocation.
+# LSAN_OPTIONS=suppressions=contrib/lfsc_lsan.supp ./build/bin/cvc4 ...
+# For more information on the leak sanitizer in ASAN, see
+# https://github.com/google/sanitizers/wiki/AddressSanitizerLeakSanitizer
+leak:CVC4::CnfProof::pushCurrentDefinition
+