]> 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)
committerOndřej Surý <ondrej@isc.org>
Mon, 29 Jul 2024 10:27:25 +0000 (12:27 +0200)
commita080317de0efb7f6ffa12415a863729d416007d5
tree5a425957ad67d288793b7e286077c63cdabf7aed
parent89f1779bc28b27adbd00325b974ede7a683f8632
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