]> git.ipfire.org Git - thirdparty/bind9.git/commit
Prevent crash on dst initialization failure
authorPetr Menšík <pemensik@redhat.com>
Wed, 22 Jul 2020 16:55:02 +0000 (18:55 +0200)
committerMark Andrews <marka@isc.org>
Thu, 23 Jul 2020 01:28:11 +0000 (11:28 +1000)
commitfade14353128fa919bbdfce762907df9eed86cbd
tree5e35dc60acba5c9314b61291d504105342090b60
parentcdb346e51f6a07178a477b58f242da1bc6928d3a
Prevent crash on dst initialization failure

server might be created, but not yet fully initialized, when fatal
function is called. Check both server and task before attaching
exclusive task.

(cherry picked from commit c5e7152cf04f75d0fe00163f076f4cc3cafce259)
bin/named/server.c