]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a race in socket destruction - we need to remove handle from socket in async...
authorWitold Kręcicki <wpk@isc.org>
Sun, 8 Dec 2019 21:44:08 +0000 (22:44 +0100)
committerWitold Kręcicki <wpk@isc.org>
Mon, 9 Dec 2019 20:44:04 +0000 (21:44 +0100)
commit86a847314a16c7fcd6960aec3c0790efa3232e42
tree3973d9074940d8cfede95bf72c9275c941836fbf
parentb804d3a395fd0038670f51df6269efcbeb67088a
Fix a race in socket destruction - we need to remove handle from socket in async close callback or we might race between destruction in the callback and in the original nmhandle_unref
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c