]> git.ipfire.org Git - thirdparty/bind9.git/commit
[master] Prevent crashing due to a race during server shutdown
authorMichał Kępień <michal@isc.org>
Mon, 5 Feb 2018 19:24:14 +0000 (20:24 +0100)
committerMichał Kępień <michal@isc.org>
Mon, 5 Feb 2018 19:24:14 +0000 (20:24 +0100)
commitaf1937c35ae1414903d76909ac3d7dc9f4f147a2
treeccc5043e33fa3e457b5526b2d294a82ca2cf46c8
parent4fcc550877de226492f5205b627be6ed0f77b6aa
[master] Prevent crashing due to a race during server shutdown

4884. [bug] named could crash on shutdown due to a race between
shutdown_server() and ns__client_request(). [RT #47120]
CHANGES
bin/named/server.c
lib/ns/client.c
lib/ns/include/ns/server.h
lib/ns/tests/nstest.c