]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix memory leak in ixfr_commit() error path
authorOndřej Surý <ondrej@isc.org>
Sat, 14 Mar 2026 11:52:07 +0000 (12:52 +0100)
committerOndřej Surý <ondrej@isc.org>
Sat, 14 Mar 2026 12:48:08 +0000 (13:48 +0100)
commit80fae7a4b7d8f9aa5aedb5f5ad34f90ce1ad3e77
treed6511d4d7a35fe50a8b99a2a02792e7bb43df38b
parentd0165070c7f11e09498ad7c8e19ada7eea1fa044
Fix memory leak in ixfr_commit() error path

The 'data' allocation was not freed when reaching the cleanup
label with an error result.
lib/dns/xfrin.c