[valgrind] [Bug 311544] sys_fork() calls VG_(do_atfork_pre)() AFTER forking()

2025-04-08 Thread Daniel Fahlgren
https://bugs.kde.org/show_bug.cgi?id=311544 Daniel Fahlgren changed: What|Removed |Added CC||dan...@fahlgren.se --- Comment #2 from

[valgrind] [Bug 140939] --track-fds reports leakage of stdout/in/err and doesn't respect -q

2020-02-08 Thread Daniel Fahlgren
https://bugs.kde.org/show_bug.cgi?id=140939 Daniel Fahlgren changed: What|Removed |Added Attachment #19491|0 |1 is obsolete

[valgrind] [Bug 397313] False positive on long double "uninitialised bytes"

2019-01-28 Thread Daniel Fahlgren
https://bugs.kde.org/show_bug.cgi?id=397313 --- Comment #3 from Daniel Fahlgren --- Just to clarify. The following example shows that long double ld1 = does not work as you normally expect an assignment to work. #include #include void func1(void) { long double a; memset(&a, 0xFF, si

[valgrind] [Bug 397313] False positive on long double "uninitialised bytes"

2019-01-28 Thread Daniel Fahlgren
https://bugs.kde.org/show_bug.cgi?id=397313 Daniel Fahlgren changed: What|Removed |Added CC||dan...@fahlgren.se --- Comment #2 from