]> granicus.if.org Git - pdns/commit
in the recursor secpoll code, we ASSumed the TXT record would be the first record...
authorbert hubert <bert.hubert@netherlabs.nl>
Wed, 8 Nov 2017 14:33:45 +0000 (15:33 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Wed, 8 Nov 2017 14:33:45 +0000 (15:33 +0100)
commit581d4ea357effe5b7d61da8cd46cec6ed9cb132e
treee994a1e97f1774faa6fccd816e5806df7ff68ba0
parent41f36a1a35607b99fa3e9b5adc64aef07c0ae0df
in the recursor secpoll code, we ASSumed the TXT record would be the first record we received. Sometimes it was the RRSIG, leading to a silent error, and no secpoll check. Fixed the assumption, added an error.
pdns/pdns_recursor.cc
pdns/secpoll-recursor.cc