]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix a bug in rpz.c:del_name()
authorAram Sargsyan <aram@isc.org>
Wed, 11 Mar 2026 12:39:51 +0000 (12:39 +0000)
committerOndřej Surý (GitLab job 7027354) <ondrej@isc.org>
Sat, 14 Mar 2026 12:43:37 +0000 (12:43 +0000)
commit439144bcaafb1b3850e39ec30e0809861c1e339d
treeb3ba6009a24a507f2b3e9124e4eb7fa2e926e927
parent1844afec7ba351cb3d109a0aad97ffbb02f701b2
Fix a bug in rpz.c:del_name()

When the dns_qp_getname() call returns an error the del_name() function
just returns without cleaning up the trasnaction.

Instead of returning, jump to a new label 'done:' similar to the code
written in the add_nm() function.

(cherry picked from commit 4df5b9ac32fd3adb9bd1dfa94a778edd1cda04c5)
lib/dns/rpz.c