]> 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)
committerAram Sargsyan <aram@isc.org>
Wed, 6 May 2026 18:34:29 +0000 (18:34 +0000)
commit83cd5b52b5b65bd567a6709988c86ae90e663d3f
treeba7cb13d59cbf0b9242d50929b97dabea166d407
parent7eed9397e2520b4388ee4cc7172e09bd5d195e16
Fix a memory leak issue in catz_process_primaries()

Free the old version of the keyname (if it exists) before setting
the new one.

(cherry picked from commit 4576a67a935b59191119e1b3f8f1ebce1521f3c8)
lib/dns/catz.c