]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Correctly count NSEC3s considered when chasing the closest encloser 13984/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 26 Mar 2024 13:44:15 +0000 (14:44 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 26 Mar 2024 13:44:15 +0000 (14:44 +0100)
commitc4f4d09654bde9d389e83f0bc8eadc6b665e9de9
treecf9430455b1db02999e6867194898a31c8227572
parenta33d27b545f0eee99e877f1219b78e5286d3dda6
rec: Correctly count NSEC3s considered when chasing the closest encloser

We need to count the number of NSEC3s that are present in the response,
not the number of times we have to consider possible NSEC3s when
looking for the NSEC3 closest encloser, label by label.
pdns/recursordist/test-syncres_cc8.cc
pdns/validate.cc