From: Paul Floyd Date: Sun, 7 May 2023 10:01:06 +0000 (+0200) Subject: Helgrind Linux: make nss gethostbyname4 suppression cover all variants X-Git-Tag: VALGRIND_3_22_0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4d35eabe26211856bd0afc2b285cf932cbb17dc;p=thirdparty%2Fvalgrind.git Helgrind Linux: make nss gethostbyname4 suppression cover all variants --- diff --git a/glibc-2.X-helgrind.supp.in b/glibc-2.X-helgrind.supp.in index 0e573b21e7..44aee1c515 100644 --- a/glibc-2.X-helgrind.supp.in +++ b/glibc-2.X-helgrind.supp.in @@ -319,9 +319,9 @@ fun:getaddrinfo } -# * here for dns and files variants +# * here for dns and files variants etc. { - helgrind---_nss_*s_gethostbyname4_r + helgrind---_nss_*_gethostbyname4_r Helgrind:Race - fun:_nss_*s_gethostbyname4_r + fun:_nss_*_gethostbyname4_r }