|
From: Paul F. <pa...@so...> - 2023-05-07 08:12:10
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=7e73308cea2ee2ad605d229549dd46cf71ed2e4e commit 7e73308cea2ee2ad605d229549dd46cf71ed2e4e Author: Paul Floyd <pj...@wa...> Date: Sun May 7 10:11:08 2023 +0200 Linux Helgrind: broaden _nss_dns_gethostbyname4_r to also cover _nss_files_gethostbyname4_r Diff: --- 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 } |