diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-20 13:53:55 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2017-06-22 14:22:57 -0700 |
commit | 5f4619bac33a544af4da6e7d28bb4d7dbe45ae92 (patch) | |
tree | ab79661111460b9aab6a7b9452dfcf52a59a90de /test/lsan_suppress.txt | |
parent | b66ecb9c3a1d4a7756ad48c61a8b2e82b08f1e8c (diff) | |
download | sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.tar sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.tar.gz sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.tar.bz2 sshfs-5f4619bac33a544af4da6e7d28bb4d7dbe45ae92.zip |
Added unit tests and travis integration
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 |