From: Paul Floyd Date: Sat, 18 Nov 2023 10:34:09 +0000 (+0100) Subject: linux helgrind: broaden __printf_buffer_write suppression X-Git-Tag: VALGRIND_3_23_0~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d74a2608e59d16033673ecdf85961ebe1db2e2da;p=thirdparty%2Fvalgrind.git linux helgrind: broaden __printf_buffer_write suppression On Fedora 39 pth_mempcpy_false_races was failing because the callstack now has an extra inline and memcpy is versioned --- diff --git a/glibc-2.X-helgrind.supp.in b/glibc-2.X-helgrind.supp.in index 62492c9aaf..a8cb5fc6f0 100644 --- a/glibc-2.X-helgrind.supp.in +++ b/glibc-2.X-helgrind.supp.in @@ -58,7 +58,8 @@ { helgrind-glibc-__printf_buffer_write Helgrind:Race - fun:memcpy + fun:memcpy* + ... fun:__printf_buffer_write }