]> granicus.if.org Git - pdns/commit
dnsdist: Catch exceptions thrown when handling a TCP response
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 15 Jul 2019 08:28:01 +0000 (10:28 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 15 Jul 2019 08:28:01 +0000 (10:28 +0200)
commit0ffc95ec7b1b85d766f617e095e1a69096a5a2b4
tree282d7033e905bebfe3f8e929a97863a747e58d4c
parent0038649c35642da368c4ed49b5fb625e12d7fa1a
dnsdist: Catch exceptions thrown when handling a TCP response

We need to handle it gracefully if a function called from
handleResponse() throws, most likely because the answer received
from the backend was not valid.
pdns/dnsdist-tcp.cc