]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix named crash when processing SIG records in dynamic updates
authorOndřej Surý <ondrej@isc.org>
Fri, 17 Apr 2026 14:09:52 +0000 (16:09 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 17 Apr 2026 14:09:52 +0000 (16:09 +0200)
Previously, :iscman:`named` could abort if a client sent a dynamic update containing a SIG record (the legacy signature type) to a zone configured with an update-policy. The function `dns_db_findrdataset` had an incorrect requirements prerequisite that prevented SIG records being looked up, which was triggered as part of processing an UPDATE request and could be triggered remotely by any client permitted to send updates. This has been fixed by ensuring that SIG records are handled consistently with RRSIG records during update processing.

Closes #5818

Merge branch '5818-fix-update-of-sig' into 'main'

See merge request isc-projects/bind9!11864


Trivial merge