[valgrind] [Bug 450962] helgrind reports false races for printfs using mempcpy manipulating FILE* state in glibc-2.26+

2022-04-11 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=450962 --- Comment #3 from Mark Wielaard --- commit 4c27f0f7649eb02336dcd0af9d2f8977b20d3a9f Author: Mark Wielaard Date: Mon Apr 11 14:45:49 2022 +0200 Extend helgrind suppression for _IO_*xsputn* FILE* state manipulation commit 7b5867b1f

[valgrind] [Bug 450962] helgrind reports false races for printfs using mempcpy manipulating FILE* state in glibc-2.26+

2022-04-08 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=450962 Mark Wielaard changed: What|Removed |Added Status|REPORTED|RESOLVED CC|

[valgrind] [Bug 450962] helgrind reports false races for printfs using mempcpy manipulating FILE* state in glibc-2.26+

2022-04-08 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=450962 Mark Wielaard changed: What|Removed |Added See Also||https://bugs.kde.org/show_b

[valgrind] [Bug 450962] helgrind reports false races for printfs using mempcpy manipulating FILE* state in glibc-2.26+

2022-02-28 Thread Jesus Checa
https://bugs.kde.org/show_bug.cgi?id=450962 --- Comment #1 from Jesus Checa --- Created attachment 147188 --> https://bugs.kde.org/attachment.cgi?id=147188=edit Patch adding suppression + testcase Attaching a patch that adds the corresponding suppression and a testcase with Mark Wielaard's