bind9/lib
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
..
dns Fix a data race in dns_zone_getxfrintime() 2024-10-09 09:13:04 +00:00
isc Don't enable SO_REUSEADDR on outgoing UDP sockets 2024-10-02 12:15:53 +00:00
isccc Rework isccc_ccmsg to support multiple messages per tcp read 2024-04-18 20:08:44 +02:00
isccfg Support ISO timestamps with timezone information 2024-10-01 15:09:43 +00:00
ns Clean up 'nodetach' in ns_client 2024-10-09 08:03:13 +00:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00