]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix a memory leak issue in the catalog zones
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 18:18:58 +0000 (18:18 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 18:18:58 +0000 (18:18 +0000)
The :iscman:`named` process could leak small amounts of memory
when processing a catalog zone entry which had defined custom
primary servers with TSIG keys using both the regular ``primaries``
custom property syntax and the legacy alternative syntax (``masters``)
at the same time. This has been fixed.

Closes #5943

Merge branch '5943-catz-primaries-tsig-key-name-leak-fix' into 'main'

See merge request isc-projects/bind9!11951


Trivial merge