Files
bind9/lib/dns
Aram Sargsyan ab07803465 Fix a data race in dns_zone_getxfrintime()
The dns_zone_getxfrintime() function fails to lock the zone before
accessing its 'xfrintime' structure member, which can cause a data
race between soa_query() and the statistics channel. Add the missing
locking/unlocking pair, like it's done in numerous other similar
functions.
2024-10-09 09:13:04 +00:00
..
2024-09-10 09:54:20 +00:00
2024-08-21 16:23:09 +02:00
2023-09-12 16:14:10 +02:00
2024-02-08 08:01:58 +01:00
2024-09-03 11:57:56 +02:00
2024-09-18 17:39:14 +02:00
2024-05-07 10:01:12 +10:00
2024-04-30 12:50:01 -07:00
2024-08-05 13:31:38 +00:00
2024-03-08 15:36:56 -08:00
2024-08-29 12:48:20 +00:00
2024-09-10 17:31:32 +02:00
2023-08-31 22:08:35 +02:00
2024-09-18 17:39:14 +02:00
2024-08-22 08:21:52 +02:00
2024-09-18 18:02:41 +02:00
2024-01-25 14:48:07 +01:00