summaryrefslogtreecommitdiff
path: root/tests/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/valgrind.supp')
-rw-r--r--tests/valgrind.supp22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/valgrind.supp b/tests/valgrind.supp
new file mode 100644
index 0000000..b9c60f5
--- /dev/null
+++ b/tests/valgrind.supp
@@ -0,0 +1,22 @@
+# musl ldpath file stuff (upstream this into valgrind apk someday)
+{
+ musl:ldpath
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:realloc
+ fun:getdelim
+ ...
+ fun:__dls3
+ obj:/lib/ld-musl-*
+}
+# CLIPP global ctor in .init
+{
+ clipp:ctor
+ Memcheck:Leak
+ match-leak-kinds: reachable
+ fun:malloc
+ ...
+ fun:do_init_fini
+ fun:__libc_start_init
+ obj:/lib/ld-musl-*
+}