bind9/lib
Matthijs Mekking e54ab3f586 nsec3.c: Add a missing dns_db_detachnode() call
There is one case in 'dns_nsec3_activex()' where it returns but forgets
to detach the db node. Add the missing 'dns_db_detachnode()' call.

This case only triggers if 'sig-signing-type' (privatetype) is set to 0
(which by default is not), or if the function is called with 'complete'
is set to 'true' (which at this moment do not exist).

(cherry picked from commit 0cf6c18ccb2205a1fc81431f908c8310f6136bbb)
2022-08-23 12:04:08 +02:00
..
bind9 warn about zones with both dnssec-policy and max-zone-ttl 2022-07-22 13:13:24 -07:00
dns nsec3.c: Add a missing dns_db_detachnode() call 2022-08-23 12:04:08 +02:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
isc Fix statistics channel multiple request processing with non-empty bodies 2022-08-19 08:27:01 +00:00
isccc Update clang to version 14 2022-06-16 18:09:33 +02:00
isccfg Silence negative array index warning with toupper 2022-08-19 12:31:04 +10:00
ns Wait with NSEC3 during a DNSSEC policy change 2022-08-22 19:21:39 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00