]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix a memory leak that could occur when signing
authorEvan Hunt <each@isc.org>
Sat, 1 Jun 2024 00:16:29 +0000 (17:16 -0700)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 16:51:27 +0000 (18:51 +0200)
commitb89e516420da10869f391d438eb0cd45724a9521
tree90dc7396dea45682fc28ffee860061c543349245
parent2f5c670ce9efb7bf617bbd8316f5199b47358286
fix a memory leak that could occur when signing

when signatures were not added because of too many types already
existing at a node, the diff was not being cleaned up; this led to
a memory leak being reported at shutdown.

(cherry picked from commit 2825bdb1ae5be801e7ed603ba2455ed9a308f1f7)
lib/dns/zone.c