]> git.ipfire.org Git - thirdparty/bind9.git/commit
Address memory leak when processing dnssec-policy clauses
authorMark Andrews <marka@isc.org>
Thu, 23 Dec 2021 06:42:39 +0000 (17:42 +1100)
committerMark Andrews <marka@isc.org>
Mon, 3 Jan 2022 22:04:07 +0000 (09:04 +1100)
commit8dd1288dca7d6c15e8d27a746ff0e218c8981345
tree96711b48325ff20ec210609abb4015a132386bdd
parent478438c1a87c9e846dfa71f48bdff3674df51d39
Address memory leak when processing dnssec-policy clauses

A kasp structure was not detached when looking to see if there
was an existing kasp structure with the same name, causing memory
to be leaked.  Fixed by calling dns_kasp_detach() to release the
reference.

(cherry picked from commit 694440e6140bbf410b4abe3b1539491d63a43a33)
lib/isccfg/kaspconf.c