From 2e6bbd83ae5d6c634e70327f26517cb9c61526c8 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Sun, 31 Aug 2014 13:49:02 +0300 Subject: [PATCH] Catch PDNSException in Signingpiper::helperWorker to avoid abort --- pdns/signingpipe.cc | 3 +++ 1 file changed, 3 insertions(+) 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<