https://bugs.documentfoundation.org/show_bug.cgi?id=133372

Stephan Bergmann <sberg...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #1 from Stephan Bergmann <sberg...@redhat.com> ---
Indeed, SUSv4 states that the behavior of FD_SET "is undefined if the fd
argument is less than 0 or greater than or equal to FD_SETSIZE".  (It also
states that select shall return EINVAL if its "nfds argument is less than 0 or
greater than FD_SETSIZE", but by then we've already run into undefined
behavior.)

A patch switching to poll is welcome.  :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to