]> git.ipfire.org Git - thirdparty/bind9.git/commit
[v9_12] 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:25:41 +0000 (20:25 +0100)
commit5c33d89ff15e41983547b7b272c25b2e15166ed5
tree24fa9e9210911d7664e58b0a3d6b8cabc6566792
parentb480d1eaa81237e239bbeca88c0ee1306bab4438
[v9_12] 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]

(cherry picked from commit af1937c35ae1414903d76909ac3d7dc9f4f147a2)
CHANGES
bin/named/server.c
lib/ns/client.c
lib/ns/include/ns/server.h
lib/ns/tests/nstest.c