fuse3/0008-Disable-leak-suppression-773.patch
Zhiqiang Liu 6984ea4fdf fuse3: backport two upstream patches
Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
(cherry picked from commit e82ec60f649a7c2d7847560eb8e87fb745abfdf0)
2023-07-12 16:20:44 +08:00

31 lines
891 B
Diff

From 34d9d2abf1da37961d4f0a2ad55dcf11ed46a33e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Matthias=20G=C3=B6rgens?= <matthias.goergens@gmail.com>
Date: Wed, 12 Apr 2023 15:40:18 +0800
Subject: [PATCH] Disable leak suppression (#773)
Conflict: they -> the
---
test/lsan_suppress.txt | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/test/lsan_suppress.txt b/test/lsan_suppress.txt
index e054e7c..44703fc 100644
--- 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 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
--
2.41.0