]> 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 00:31:52 +0000 (00:31 +0000)
commitc5e7152cf04f75d0fe00163f076f4cc3cafce259
treebd2c15bd262f06bb8330ca747ac4b4d5251e76cb
parent064e314df71de34436e1359e04b15b7a4dcac864
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.
bin/named/server.c