]> 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 14:55:12 +0000 (16:55 +0200)
commit7dd6b47ace3f43ebcd72c382bcb5f962f8f32af7
tree311c9b8250d08edc359ee5783b90026531f90e83
parent4e46453035003272e5d74ff671e065957a35ca6c
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.
lib/dns/zone.c