]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't look for KSK status here and squash memory leak
authorMark Andrews <marka@isc.org>
Wed, 13 Dec 2023 06:55:09 +0000 (17:55 +1100)
committerMark Andrews <marka@isc.org>
Wed, 20 Dec 2023 22:18:45 +0000 (09:18 +1100)
commita3d0476d1793a2095047c8e911b33f8bf0ee04cf
treec5af2b392dc97421158338275e4551863eabed3b
parent31560dce1a0be7cddb81d60fa914069a8901d728
Don't look for KSK status here and squash memory leak

Just remove the key from  consideration as it is being removed.

The old code could leak a key reference as dst_free_key was not
called every time we continued. This simplification will address
this as well.
lib/dns/zone.c