From: Paul Floyd Date: Tue, 12 Dec 2023 17:01:53 +0000 (+0100) Subject: FreeBSD: another reachable suppression, for getgrnam this time X-Git-Tag: VALGRIND_3_23_0~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5bb2851656f99d9c8fc1b224f44e71ad90916d75;p=thirdparty%2Fvalgrind.git FreeBSD: another reachable suppression, for getgrnam this time --- diff --git a/freebsd.supp b/freebsd.supp index 94b3cd9a46..68c005a900 100644 --- a/freebsd.supp +++ b/freebsd.supp @@ -83,4 +83,12 @@ fun:malloc fun:__res_vinit } +# back to regular reachables +{ + MEMCHECK-LIBC-REACHABLE-7 + Memcheck:Leak + match-leak-kinds: reachable + fun:malloc + fun:getgrnam +}