From: Aki Tuomi Date: Sun, 31 Aug 2014 10:49:02 +0000 (+0300) Subject: Catch PDNSException in Signingpiper::helperWorker to avoid abort X-Git-Tag: auth-3.4.0-rc2~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e6bbd83ae5d6c634e70327f26517cb9c61526c8;p=thirdparty%2Fpdns.git Catch PDNSException in Signingpiper::helperWorker to avoid abort --- diff --git a/pdns/signingpipe.cc b/pdns/signingpipe.cc index 46b31796f7..bb164e3405 100644 --- a/pdns/signingpipe.cc +++ b/pdns/signingpipe.cc @@ -62,6 +62,9 @@ try shs.d_csp->worker(shs.d_id, shs.d_fd); return 0; } +catch(PDNSException& pe) { + L<