]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Use a single allocation per delegation database entry
authorOndřej Surý <ondrej@isc.org>
Mon, 8 Jun 2026 15:49:15 +0000 (17:49 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Jun 2026 15:49:15 +0000 (17:49 +0200)
The node and its zone-cut name are now stored in one variable-sized
allocation instead of two.

Merge branch 'ondrej/delegdb-fixed-zonecut' into 'main'

See merge request isc-projects/bind9!12187


Trivial merge