https://bugs.kde.org/show_bug.cgi?id=337388

--- Comment #2 from Mark Wielaard <m...@klomp.org> ---
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 receiving this mail because:
You are watching all bug changes.

Reply via email to