]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/test-signers.cc
Remove duplicate RRs inside a RRSet when computing the signature
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 6 Nov 2019 17:53:35 +0000 (18:53 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 6 Dec 2019 16:07:46 +0000 (17:07 +0100)
commitc1e7b833dc47439937d275530399feeaa81f8c61
tree45033eea42c52fc9c1c30ef0ee4e67b48536ea53
parent75a2d939f231c44eec5b7402259ed9c98d424c0d
Remove duplicate RRs inside a RRSet when computing the signature

These duplicates should not exist but they do happen in the wild.
Since we need to sort the RRs anyway, let's be nice and remove
duplicates as well.
12 files changed:
pdns/dnssecinfra.cc
pdns/dnssecinfra.hh
pdns/dnssecsigner.cc
pdns/pdnsutil.cc
pdns/recursordist/test-syncres_cc.cc
pdns/recursordist/test-syncres_cc.hh
pdns/recursordist/test-syncres_cc4.cc
pdns/recursordist/test-syncres_cc8.cc
pdns/syncres.cc
pdns/test-signers.cc
pdns/validate.cc
pdns/validate.hh