From d74a2608e59d16033673ecdf85961ebe1db2e2da Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Sat, 18 Nov 2023 11:34:09 +0100 Subject: [PATCH] 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 --- glibc-2.X-helgrind.supp.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/glibc-2.X-helgrind.supp.in b/glibc-2.X-helgrind.supp.in index 62492c9aa..a8cb5fc6f 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 } -- 2.11.4.GIT