From 7e73308cea2ee2ad605d229549dd46cf71ed2e4e Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sun, 7 May 2023 10:11:08 +0200 Subject: [PATCH] Linux Helgrind: broaden _nss_dns_gethostbyname4_r to also cover _nss_files_gethostbyname4_r --- glibc-2.X-helgrind.supp.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/glibc-2.X-helgrind.supp.in b/glibc-2.X-helgrind.supp.in index 95959d2e9a..0e573b21e7 100644 --- a/glibc-2.X-helgrind.supp.in +++ b/glibc-2.X-helgrind.supp.in @@ -319,8 +319,9 @@ fun:getaddrinfo } +# * here for dns and files variants { - helgrind---_nss_dns_gethostbyname4_r + helgrind---_nss_*s_gethostbyname4_r Helgrind:Race - fun:_nss_dns_gethostbyname4_r + fun:_nss_*s_gethostbyname4_r } -- 2.47.2