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
2024-09-03 11:57:56 +02:00
2024-09-18 17:39:14 +02:00
2024-08-05 13:31:38 +00:00
2024-08-29 12:48:20 +00:00
2024-09-10 17:31:32 +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