Files
bind9/lib/dns
Aram Sargsyan fae0930eb8 Check whether zone->db is a valid pointer before attaching
The zone_resigninc() function does not check the validity of
'zone->db', which can crash named if the zone was unloaded earlier,
for example with "rndc delete".

Check that 'zone->db' is not 'NULL' before attaching to it, like
it is done in zone_sign() and zone_nsec3chain() functions, which
can similarly be called by zone maintenance.
2023-05-12 13:37:27 +00:00
..
2023-04-05 12:38:11 +01:00
2023-04-05 12:38:11 +01:00
2023-04-03 14:09:13 +02:00
2023-04-17 10:56:08 +02:00
2023-03-23 12:57:01 -07:00
2023-04-05 14:46:39 +00:00
2023-03-08 08:36:25 +01:00
2023-04-05 12:35:04 +01:00
2023-04-05 12:35:04 +01:00
2023-03-08 08:36:25 +01:00
2023-04-03 15:21:43 +00:00
2023-04-03 12:08:05 +01:00
2023-03-31 13:33:16 +02:00
2023-04-05 12:38:11 +01:00
2023-04-05 12:38:11 +01:00