]> 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ý <ondrej@sury.org>
Sat, 14 Mar 2026 12:01:55 +0000 (13:01 +0100)
commit4df5b9ac32fd3adb9bd1dfa94a778edd1cda04c5
treeb98b7bb3e8ad7fbe5318520fe9b098bb980aa927
parent40aa5cfe2c3020477d973d59447d845ee3e232bf
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.
lib/dns/rpz.c