diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-01-12 14:26:06 -0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-01-12 15:19:04 -0800 |
commit | 4f1a929fed98173f35da2d95263037c921a7ff6e (patch) | |
tree | 9dd8d3cbf7d6c595f06f7823a9e795ac9b0c6096 /test/lsan_suppress.txt | |
parent | bcb8f7599539248c53051b06b81c3d4f3b327f94 (diff) | |
download | libfuse-4f1a929fed98173f35da2d95263037c921a7ff6e.tar.gz |
Only use valgrind if requested explicitly + enable address sanitizer
Diffstat (limited to 'test/lsan_suppress.txt')
-rw-r--r-- | test/lsan_suppress.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/lsan_suppress.txt b/test/lsan_suppress.txt new file mode 100644 index 0000000..4352b3a --- /dev/null +++ b/test/lsan_suppress.txt @@ -0,0 +1,11 @@ +# Suppression file for address sanitizer. + +# There are some leaks in command line option parsing. They should be +# fixed at some point, but are harmless since the consume just a small, +# constant amount of memory and do not grow. +leak:fuse_opt_parse + + +# Leaks in fusermount3 are harmless as well (it's a short-lived +# process) - but patches are welcome! +leak:fusermount.c |