]> git.ipfire.org Git - thirdparty/samba.git/commit
r22968: andrew bartlett pointed out that the parent process could add a fd to
authorAndrew Tridgell <tridge@samba.org>
Thu, 17 May 2007 07:52:33 +0000 (07:52 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 17 May 2007 07:52:33 +0000 (07:52 +0000)
commit1b623ed9d8c083d89d8de9f3f717254549206745
tree8c602570e11ab700ad9ee0ded00adda58ab5688e
parent6b1a29b4b5b73e932b83c2b7d822a57d1feb76ae
r22968: andrew bartlett pointed out that the parent process could add a fd to
the epoll context which would then appear in the children. To fix this
we need to check for pid changes in more places. Luckily on platforms
where we have epoll(), getpid() is very very cheap.
source/lib/events/events_aio.c
source/lib/events/events_epoll.c
source/lib/events/events_standard.c