projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7297044
)
Disable leak suppression (#773)
author
Matthias Görgens
<matthias.goergens@gmail.com>
Wed, 12 Apr 2023 07:40:18 +0000
(15:40 +0800)
committer
GitHub
<noreply@github.com>
Wed, 12 Apr 2023 07:40:18 +0000
(08:40 +0100)
test/lsan_suppress.txt
patch
|
blob
|
history
diff --git
a/test/lsan_suppress.txt
b/test/lsan_suppress.txt
index e054e7c6fa4603375fbb482e7201eb7a06f82cfb..44703fc746369d8bb44d588a3913a4dd351aeb2e 100644
(file)
--- a/
test/lsan_suppress.txt
+++ b/
test/lsan_suppress.txt
@@
-1,11
+1
@@
# 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 they 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