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

--- Comment #9 from Ivo Raisr <iv...@ivosh.net> ---
Steven, would you be able to prepare a patch for Linux using similar technique?
I cannot currently devote to developing it for a while.
Beware that Linux has ppoll and pselect6 syscalls. And pselect6 encodes the
last argument
as a pointer to a structure of the form [1]:

struct {
    const sigset_t *ss;     /* Pointer to signal set */
    size_t          ss_len;    /* Size (in bytes) of object pointed to by 'ss'
*/
};

Linux syscall wrapper is completely missing any checking of 'ss' contents. You
could also add that.

[1] http://linux.die.net/man/2/pselect6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to