]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Correct locator decoding for NID, L64, and L32 records
authorOndřej Surý <ondrej@isc.org>
Thu, 2 Jul 2026 10:54:52 +0000 (12:54 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 2 Jul 2026 10:54:52 +0000 (12:54 +0200)
NID, L64, and L32 records were decoded incorrectly when converted into their
parsed structures, because the preference field was not skipped before the
locator.

Closes #6097

Merge branch '6097-nid-l64-l32-tostruct-consume' into 'main'

See merge request isc-projects/bind9!12348


Trivial merge