]> git.ipfire.org Git - thirdparty/pdns.git/commit
Avoid throwing an exception in Logger::log(). 9079/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 May 2020 08:56:09 +0000 (10:56 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 1 May 2020 08:56:09 +0000 (10:56 +0200)
commitc3d0fb44481a973b9328546c5414637edff03e4f
treeffa88b2827f2675dc6d0b12bebee5c59f6073a3f
parent98e0a4bd004f0a6922daf66c8025b3d0a0aee27c
Avoid throwing an exception in Logger::log().

Throwing an exception in the logger, almost cetainly will cause
trouble. Coverity 1428667 shows this can happen in
LdapBackend::~LdapBackend().
pdns/logger.cc
pdns/logger.hh