]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a race in socket code when internal_{accept, send, receive} is called
authorWitold Kręcicki <wpk@culm.net>
Fri, 15 Feb 2019 10:28:58 +0000 (11:28 +0100)
committerEvan Hunt <each@isc.org>
Wed, 6 Mar 2019 20:56:11 +0000 (12:56 -0800)
commitb57a38ae433d2bc7bc8c1de70c7d5c47eaa76ccb
tree6c474e529b240a48e2aafa16ec34915440bea395
parent0e67a73bdf52208816ceba1503d3eea32cd71aba
Fix a race in socket code when internal_{accept, send, receive} is called
from event loop on an socket and, in the meantime, someone has closed this
socket.
lib/isc/unix/socket.c