70 lines
1.5 KiB
Diff
70 lines
1.5 KiB
Diff
|
From c5a5190ec7936e53bcd2082fb0151bc48a804b8b Mon Sep 17 00:00:00 2001
|
||
|
From: Paul Floyd <pjfloyd@wanadoo.fr>
|
||
|
Date: Tue, 8 Dec 2020 15:07:29 +0100
|
||
|
Subject: [PATCH] Bug 408663 - Patch: Suppression file for musl libc
|
||
|
|
||
|
[Upstream https://sourceware.org/git/?p=valgrind.git;a=patch;h=f4d98ff79d5a79102b777ea7e23002d9f7326489
|
||
|
reduced to the missing musl.supp file download source file
|
||
|
Reported https://bugs.kde.org/show_bug.cgi?id=435438]
|
||
|
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
|
||
|
---
|
||
|
musl.supp | 46 ++++++++++++++++++++++++++++++++++++++++++++++
|
||
|
1 file changed, 46 insertions(+)
|
||
|
create mode 100644 musl.supp
|
||
|
|
||
|
diff --git a/musl.supp b/musl.supp
|
||
|
new file mode 100644
|
||
|
index 0000000..864172a
|
||
|
--- /dev/null
|
||
|
+++ b/musl.supp
|
||
|
@@ -0,0 +1,46 @@
|
||
|
+# Suppressions for musl libc
|
||
|
+# See: https://www.openwall.com/lists/musl/2017/06/15/4
|
||
|
+
|
||
|
+{
|
||
|
+ musl-dynlink-false-positive1
|
||
|
+ Memcheck:Leak
|
||
|
+ fun:calloc
|
||
|
+ fun:load_direct_deps
|
||
|
+ fun:load_deps
|
||
|
+ fun:load_deps
|
||
|
+ fun:__dls3
|
||
|
+ fun:__dls2b
|
||
|
+ fun:__dls2
|
||
|
+}
|
||
|
+
|
||
|
+{
|
||
|
+ musl-dynlink-false-positive2
|
||
|
+ Memcheck:Leak
|
||
|
+ fun:calloc
|
||
|
+ fun:load_direct_deps
|
||
|
+ fun:load_deps
|
||
|
+ fun:load_deps
|
||
|
+ fun:__dls3
|
||
|
+ fun:__dls2
|
||
|
+}
|
||
|
+
|
||
|
+{
|
||
|
+ musl-dynlink-false-positive3
|
||
|
+ Memcheck:Leak
|
||
|
+ fun:calloc
|
||
|
+ fun:load_library
|
||
|
+ fun:load_preload
|
||
|
+ fun:__dls3
|
||
|
+ fun:__dls2b
|
||
|
+ fun:__dls2
|
||
|
+}
|
||
|
+
|
||
|
+{
|
||
|
+ musl-dynlink-false-positive4
|
||
|
+ Memcheck:Leak
|
||
|
+ fun:calloc
|
||
|
+ fun:load_library
|
||
|
+ fun:load_preload
|
||
|
+ fun:__dls3
|
||
|
+ fun:__dls2
|
||
|
+}
|
||
|
--
|
||
|
2.30.2
|
||
|
|