]> git.ipfire.org Git - thirdparty/bind9.git/commit
The route socket and its storage was detached while still reading
authorOndřej Surý <ondrej@isc.org>
Mon, 25 Apr 2022 11:38:33 +0000 (13:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 25 Apr 2022 15:19:33 +0000 (17:19 +0200)
commit9ae34a04e86ec60d0e11188de3ba6617cd00a92e
tree90fb38a3d89e109efd5077db547baea102e024b9
parent2be07a43165e7a3aaa282ed95ef2a93d86ef1a6f
The route socket and its storage was detached while still reading

The interfacemgr and the .route was being detached while the network
manager had pending read from the socket.  Instead of detaching from the
socket, we need to cancel the read which in turn will detach the route
socket and the associated interfacemgr.
lib/ns/interfacemgr.c