From 821d06f1bbc08111cb22735e13cbd2fbc3de5136 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Tue, 14 Apr 2026 08:05:52 +0200 Subject: [PATCH] FreeBSD suppression: broaden rtld sigprocmask param suppression Make sure that it suppresses even if rtld debuginfo is not installed. --- freebsd.supp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freebsd.supp b/freebsd.supp index eaa6c9452..a9996928b 100644 --- a/freebsd.supp +++ b/freebsd.supp @@ -185,7 +185,7 @@ Memcheck:Leak match-leak-kinds: reachable fun:malloc - obj:/lib/libc.so.7 + obj:*/lib*/libc.so.7 fun:__cxa_atexit } # this is a heisensuppression @@ -195,6 +195,6 @@ MEMCHECK-RTLD-_SIGPROCMASK Memcheck:Param sigprocmask(set) - fun:_sigprocmask - fun:_rtld_bind + obj:/libexec/ld-elf*.so.1 + obj:/libexec/ld-elf*.so.1 } -- 2.47.3