]> git.ipfire.org Git - thirdparty/pdns.git/commit
auth: Gracefully handle uncaught exceptions in the UDP path 10770/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 16 Jul 2021 12:16:15 +0000 (14:16 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 28 Sep 2021 12:35:32 +0000 (14:35 +0200)
commitb226e8fa33a0f11f8c3522303878ee6efecba85e
treee50fc76c180b2f5f77dd5e34feaebbcc714665e4
parentbc8e806e8cc6325bac93d5fdc2b9279b2ee8e87d
auth: Gracefully handle uncaught exceptions in the UDP path

These exceptions should never bubble up to this point, but if it
does it makes no sense to terminate the whole process because of it.
This commit logs a message at error level and moves on to the next
query, like we do in the TCP path.
pdns/common_startup.cc