]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Fix a memory leak issue in the catalog zones
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 19:35:18 +0000 (19:35 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 19:35:18 +0000 (19:35 +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

Backport of MR !11951

Merge branch 'backport-5943-catz-primaries-tsig-key-name-leak-fix-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11973


Trivial merge