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/?a=commitdiff_plain;h=refs%2Fpull%2F1685%2Fhead;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<