]> 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 22:15:19 +0000 (14:15 -0800)
commit54f9c1d306ea9efe92a8212d81fcb322a598a515
treee01f4752a18e41caaa0d0e9f56ded2cdbbb91390
parentc2fb1f8853e713e1b78b65d4790e3c2632c8f676
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.

(cherry picked from commit b57a38ae433d2bc7bc8c1de70c7d5c47eaa76ccb)
lib/isc/unix/socket.c