]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Properly detect private records before copying main
authorMark Andrews <marka@isc.org>
Thu, 2 Jul 2026 01:10:32 +0000 (11:10 +1000)
committerMark Andrews <marka@isc.org>
Thu, 2 Jul 2026 01:10:32 +0000 (11:10 +1000)
We were triggering an assertion when trying to copy a private record
to a buffer for modifying.  Extend the private type detection and
copy the contents after we have rejected invalid private records.

Closes #5857

Merge branch '5857-properly-detect-private-records-before-copying' into 'main'

See merge request isc-projects/bind9!11816


Trivial merge