]> git.ipfire.org Git - thirdparty/pdns.git/commit
Catch DNSName exception in the Zoneparser 5641/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 22 Aug 2017 12:10:27 +0000 (14:10 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 22 Aug 2017 12:20:15 +0000 (14:20 +0200)
commit1293f91eac4810769b88b6cfc404c60b1d5abee0
treee58528fa92ebb8914b026b664cdf72226be05ee7
parentca3ef7f18c2500487bfc9de090b4a2317b6dbf0a
Catch DNSName exception in the Zoneparser

This wraps all calls to `toCanonic` in try/catch and rethrows it as a
PDNSException with more information.

Closes #5520.
pdns/zoneparser-tng.cc