From 5bb2851656f99d9c8fc1b224f44e71ad90916d75 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Tue, 12 Dec 2023 18:01:53 +0100 Subject: [PATCH] FreeBSD: another reachable suppression, for getgrnam this time --- freebsd.supp | 8 ++++++++ 1 file changed, 8 insertions(+) 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 +} -- 2.47.2