https://bugs.kde.org/show_bug.cgi?id=337388
Mark Wielaard changed:
What|Removed |Added
Resolution|--- |FIXED
Status|CONFIRMED
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.
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
https://bugs.kde.org/show_bug.cgi?id=337388
Mark Wielaard changed:
What|Removed |Added
Ever confirmed|0 |1
CC|