Files
bind9/lib/dns
Aram Sargsyan 28bb419edc Add shutdown checks in dns_catz_dbupdate_callback()
When a zone database update callback is called, the 'catzs' object,
extracted from the callback argument, might be already shutting down,
in which case the 'catzs->zones' can be NULL and cause an assertion
failure when calling isc_ht_find().

Add an early return from the callback if 'catzs->shuttingdown' is true.

Also check the validity of 'catzs->zones' after locking 'catzs' in
case there is a race with dns_catz_shutdown_catzs() running in another
thread.
2023-07-06 10:46:46 +00:00
..
2023-02-16 18:35:32 +01:00
2023-02-15 16:44:47 +00:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-05-26 00:41:01 -07:00
2023-06-14 08:14:38 +00:00
2023-02-15 16:44:47 +00: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-02-28 11:44:15 +01:00
2023-03-08 08:36:25 +01:00
2023-05-15 20:49:42 +00:00
2023-05-20 07:26:21 +00:00
2023-06-08 12:11:09 +02:00
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-02-28 11:44:15 +01:00
2023-04-03 15:21:43 +00:00
2023-02-28 11:44:15 +01:00
2023-02-15 16:44:47 +00:00
2023-04-03 12:08:05 +01:00
2023-03-31 13:33:16 +02:00
2023-06-14 08:14:38 +00:00
2023-06-14 08:14:38 +00:00
2023-06-14 08:14:38 +00:00
2023-02-15 16:44:47 +00:00
2023-06-14 19:21:28 +10:00