bind9/lib
Matthijs Mekking e633398010 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).
2022-08-23 11:01:31 +02:00
..
bind9 dnssec-policy now requires inline-signing 2022-08-15 10:05:39 +02:00
dns nsec3.c: Add a missing dns_db_detachnode() call 2022-08-23 11:01:31 +02:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc Fix statistics channel multiple request processing with non-empty bodies 2022-08-19 08:10:54 +00:00
isccc Update clang to version 14 2022-06-16 17:21:11 +02:00
isccfg Silence negative array index warning with toupper 2022-08-19 11:16:00 +10:00
ns Wait with NSEC3 during a DNSSEC policy change 2022-08-22 15:55:46 +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