[Bug 203162] when close(fd) on a fifo fails with EINTR, the file descriptor is not really closed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 18 22:40:00 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203162

Jilles Tjoelker <jilles at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jilles at FreeBSD.org

--- Comment #8 from Jilles Tjoelker <jilles at FreeBSD.org> ---
The patch "Ignore signal after a wakeup, if there was a complimentary open,
even transient" looks good to me, except that fi_rgen and fi_wgen should have
an unsigned type to avoid undefined behaviour due to overflow.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list