From: Paul Floyd Date: Sun, 7 May 2023 08:11:08 +0000 (+0200) Subject: Linux Helgrind: broaden _nss_dns_gethostbyname4_r to also cover _nss_files_gethostbyn... X-Git-Tag: VALGRIND_3_22_0~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e73308cea2ee2ad605d229549dd46cf71ed2e4e;p=thirdparty%2Fvalgrind.git Linux Helgrind: broaden _nss_dns_gethostbyname4_r to also cover _nss_files_gethostbyname4_r --- 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 }