Add new helgrind race suppression for pth_mempcpy_false_races
commitf47109d30ca319a3bcd4288803e30a473d1506d2
authorMark Wielaard <mark@klomp.org>
Fri, 12 Apr 2024 13:18:51 +0000 (12 15:18 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 12 Apr 2024 13:23:36 +0000 (12 15:23 +0200)
tree8ce16e0b27d5867ac3b5b48087beeeb28e62926d
parent94e826519a810e52bba539a7c41f4074f0631e10
Add new helgrind race suppression for pth_mempcpy_false_races

In glibc 2.39+ the internal __printf_buffer_write might use memmove
instead of a memcpy variant. Add an extra suppression variant using
memmove.

This makes pth_mempcpy_false_races pass again.

See also https://bugs.kde.org/show_bug.cgi?id=450962
glibc-2.X-helgrind.supp.in