]> 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:29:57 +0000 (11:29 +1000)
commit35fbfaa4981333286437f26557db26863d4c5299
tree5cfc19b5731bd1cb4ddeb28f64c2684e186fe6fa
parent0af3892dda273d3b5f8c5a0d41f62f73325d8d0e
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