diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2022-07-27 09:37:33 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2022-07-27 09:47:47 -0400 |
commit | ed72eb9c4dbc966a8ad1ad50bd3b0b21d2d2e0bc (patch) | |
tree | 563946fb5d141bb58590d6d66161fb5f39e01d0e /dev-util/valgrind | |
parent | net-proxy/haproxy: Bump to 2.4.18 (diff) | |
download | gentoo-ed72eb9c4dbc966a8ad1ad50bd3b0b21d2d2e0bc.tar.gz gentoo-ed72eb9c4dbc966a8ad1ad50bd3b0b21d2d2e0bc.tar.bz2 gentoo-ed72eb9c4dbc966a8ad1ad50bd3b0b21d2d2e0bc.zip |
dev-util/valgrind: add missing musl.supp
Closes: https://bugs.gentoo.org/828687
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/files/musl.supp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/dev-util/valgrind/files/musl.supp b/dev-util/valgrind/files/musl.supp new file mode 100644 index 000000000000..69adac7bb5da --- /dev/null +++ b/dev-util/valgrind/files/musl.supp @@ -0,0 +1,47 @@ +# From: https://git.alpinelinux.org/aports/tree/main/valgrind/ +# 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 +} |