[valgrind] [Bug 337388] fcntl works on Valgrind's own file descriptors

2024-06-20 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=337388 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 337388] fcntl works on Valgrind's own file descriptors

2024-06-20 Thread Alexandra Hajkova
https://bugs.kde.org/show_bug.cgi?id=337388 --- Comment #3 from Alexandra Hajkova --- Created attachment 170678 --> https://bugs.kde.org/attachment.cgi?id=170678&action=edit patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 337388] fcntl works on Valgrind's own file descriptors

2024-06-19 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=337388 --- Comment #2 from Mark Wielaard --- Note that there is a bug in the example program: fds = calloc(size, sizeof fds[0]); if (fds != NULL) { errnum = errno; goto close_fds_dir; } should be if (fds == NULL) -- You are rece

[valgrind] [Bug 337388] fcntl works on Valgrind's own file descriptors

2024-01-12 Thread Mark Wielaard
https://bugs.kde.org/show_bug.cgi?id=337388 Mark Wielaard changed: What|Removed |Added Ever confirmed|0 |1 CC|