]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man2/select.2
select.2: Note behavior if monitored file descriptor is closed in another thread
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 17 Aug 2012 06:27:58 +0000 (08:27 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 17 Aug 2012 06:36:48 +0000 (08:36 +0200)
commit10ed041e56759aa0b7ec0bb882453bf1b47ec89b
tree7120322443bf9a659c26ff14450710cc55fb5bd7
parent8c1d94ae86827f625549610357ae6fc119b163c0
select.2: Note behavior if monitored file descriptor is closed in another thread

Executive summary: a sane application can't rely on any
particular behavior if another thread closes a file descriptor
being monitored by select().

See https://bugzilla.kernel.org/show_bug.cgi?id=40852

Reported-by: Stephane Fillod <fillods@users.sf.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/select.2