]> git.ipfire.org Git - thirdparty/bind9.git/commit
check statichandle before attaching
authorEvan Hunt <each@isc.org>
Sun, 17 Oct 2021 20:30:47 +0000 (13:30 -0700)
committerEvan Hunt <each@isc.org>
Mon, 18 Oct 2021 21:21:04 +0000 (14:21 -0700)
commit32b50407bf0af3e4e5a6d97ce3109c79c22933db
tree4d6b870cda22fbf7048f5aeec9194bc82b349e87
parent75427139ad4ecd283a8841e0b9cbba99fa1fb6c2
check statichandle before attaching

it is possible for udp_recv_cb() to fire after the socket
is already shutting down and statichandle is NULL; we need to
create a temporary handle in this case.
lib/isc/netmgr/netmgr.c