|
From: Paul F. <pa...@so...> - 2023-05-07 10:05:01
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=a4d35eabe26211856bd0afc2b285cf932cbb17dc commit a4d35eabe26211856bd0afc2b285cf932cbb17dc Author: Paul Floyd <pj...@wa...> Date: Sun May 7 12:01:06 2023 +0200 Helgrind Linux: make nss gethostbyname4 suppression cover all variants Diff: --- glibc-2.X-helgrind.supp.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } |