]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Complete the fix for the import_rdataset() crash
authorEvan Hunt <each@isc.org>
Thu, 27 Feb 2025 19:01:02 +0000 (19:01 +0000)
committerEvan Hunt <each@isc.org>
Thu, 27 Feb 2025 19:01:02 +0000 (19:01 +0000)
The fix in !10172 was incomplete; there were still some code paths in the resolver that could set the dns_fetchresponse `result` field to the wrong value when the rdataset type was CNAME or DNAME.

Closes #5201

Merge branch '5201-eresult-fix' into 'main'

See merge request isc-projects/bind9!10178


Trivial merge