]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitdeb3694a635ed36ecacee469d0bd7eb638b7aeea
treeac7b6598760209b4551cf6b2dfd5d37b95fcbb27
parent3c60322fa33a81e2c3d76e3f9204c55291c80aec
parent4576a67a935b59191119e1b3f8f1ebce1521f3c8
fix: usr: Fix a memory leak issue in the catalog zones

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