summaryrefslogtreecommitdiff
path: root/contrib/lfsc_lsan.supp
blob: 63022a8f920e782dc8a5bbb8d4cdc0a7ce60525a (plain)
1
2
3
4
5
6
7
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

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback