]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: dns_name_totext() can now resize dynamic buffers
authorEvan Hunt <each@isc.org>
Tue, 9 Dec 2025 21:20:06 +0000 (21:20 +0000)
committerEvan Hunt <each@isc.org>
Tue, 9 Dec 2025 21:20:06 +0000 (21:20 +0000)
When `dns_name_totext()` is called with a dynamically allocated
target buffer which is too small for the name, it will now resize
the buffer instead of returning `ISC_R_NOSPACE`.

Merge branch 'each-name-totext-resize' into 'main'

See merge request isc-projects/bind9!11289


Trivial merge