]> granicus.if.org Git - pdns/commit
Fix warnings reported by GCC 8.1.0
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 9 May 2018 15:06:40 +0000 (17:06 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Jul 2018 13:53:17 +0000 (15:53 +0200)
commit1caa9c83fccc941f1d97a0a468e4bf8d9f764497
tree434f60db4dc050f1410337a3570fe55d54ec6640
parent17c21d8fb7db842327cb41e914ae503aa09b677d
Fix warnings reported by GCC 8.1.0

- polymorphic exceptions caught by value
- ComboAddress objects manipulated via `memset()`

(cherry picked from commit d38e2ba97a78aa9dfc894fc4e13a6f3a410dd31a)
13 files changed:
modules/remotebackend/remotebackend.hh
pdns/communicator.hh
pdns/dbdnsseckeeper.cc
pdns/dnsdist-tcp.cc
pdns/dnsrecords.cc
pdns/ednssubnet.cc
pdns/iputils.cc
pdns/iputils.hh
pdns/misc.cc
pdns/nameserver.cc
pdns/pdns_recursor.cc
pdns/syncres.hh
pdns/test-iputils_hh.cc