]> git.ipfire.org Git - thirdparty/bind9.git/commit
set ANSWERSIG flag when processing ANY responses
authorEvan Hunt <each@isc.org>
Sat, 1 Mar 2025 23:40:07 +0000 (15:40 -0800)
committerOndřej Surý <ondrej@isc.org>
Tue, 5 Aug 2025 10:16:36 +0000 (12:16 +0200)
commitb940d40635aff79ab176b988c9b0a0c945ecff75
tree458822c7ac76a868e62cd81f6e4cba02ee6cb01a
parentc23cc105a1e65ae6f409d3bd0ee5e3446604ce99
set ANSWERSIG flag when processing ANY responses

previously, rctx_answer_any() set the ANSWER flag for all
rdatasets in the answer section; it now sets ANSWERSIG for
RRSIG/SIG rdatasets and ANSWER for everything else.  this
error didn't cause any harm in the current code, but it
could have led to unexpected behavior in the future.
lib/dns/resolver.c