]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[CVE-2025-13878] sec: test: Add a regression test for the BRID/HHIT crash
authorMichał Kępień <michal@isc.org>
Thu, 5 Feb 2026 18:23:20 +0000 (19:23 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 5 Feb 2026 18:23:20 +0000 (19:23 +0100)
Add two short records to example.com.db that cause assertion failures
when converted to wire form.

The checks added to tests.sh are technically not required: the relevant
assertion failures are already hit when the zone is transferred out of
ns1.

Update the relevant unit tests with 1-byte records.

Co-authored-by: Mark Andrews <marka@isc.org>
Closes #5616

Merge branch '5616-add-brid-hhit-towire-tests' into 'main'

See merge request isc-projects/bind9!11522


Trivial merge