]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: dig with IDN output could leak memory on ISC_R_NOSPACE retry
authorMark Andrews <marka@isc.org>
Thu, 30 Jul 2026 21:14:54 +0000 (07:14 +1000)
committerMark Andrews <marka@isc.org>
Thu, 30 Jul 2026 21:14:54 +0000 (07:14 +1000)
The IDN to text display call back could leak the memory holding the
converted name if it did not fit into the buffer.  This has been fixed.

Closes #6073

Merge branch '6073-dig-idn-output-no-space-retry-memory-leak' into 'main'

See merge request isc-projects/bind9!12462


Trivial merge