]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a memory leak issue in catz_process_primaries()
authorAram Sargsyan <aram@isc.org>
Mon, 4 May 2026 11:45:21 +0000 (11:45 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 6 May 2026 17:30:51 +0000 (17:30 +0000)
commit4576a67a935b59191119e1b3f8f1ebce1521f3c8
treeac7b6598760209b4551cf6b2dfd5d37b95fcbb27
parent4f5f4b77c76eb205a3e270f7c9956289841e8735
Fix a memory leak issue in catz_process_primaries()

Free the old version of the keyname (if it exists) before setting
the new one.
lib/dns/catz.c