bind9/lib
Aram Sargsyan dbf230650f Fix a data race between dns_zone_getxfr() and dns_xfrin_create()
There is a data race between the statistics channel, which uses
`dns_zone_getxfr()` to get a reference to `zone->xfr`, and the creation
of `zone->xfr`, because the latter happens outside of a zone lock.

Split the `dns_xfrin_create()` function into two parts to separate the
zone tranfer startring part from the zone transfer object creation part.
This allows us to attach the new object to a local variable first, then
attach it to `zone->xfr` under a lock, and only then start the transfer.
2024-11-07 08:47:52 +00:00
..
dns Fix a data race between dns_zone_getxfr() and dns_xfrin_create() 2024-11-07 08:47:52 +00:00
isc Add send-report-channel option 2024-10-23 21:29:32 +00:00
isccc Add OpenSSL includes as needed 2024-11-04 23:35:52 +00:00
isccfg Merge parse_querysource and parse_sockaddrsub 2024-11-05 09:37:08 +01:00
ns suppress report-channel for zones above the agent-domain 2024-10-23 21:29:32 +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