Files
bind9/lib/dns
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
..
2024-10-23 21:29:32 +00:00
2024-09-10 09:54:20 +00:00
2024-08-21 16:23:09 +02:00
2024-10-18 19:31:27 +00:00
2024-10-24 11:41:18 +11:00
2024-10-18 19:31:27 +00:00
2024-11-01 15:50:16 +01:00
2024-10-18 19:31:27 +00:00
2024-09-18 17:39:14 +02:00
2024-10-23 21:29:32 +00:00
2024-08-05 13:31:38 +00:00
2024-09-10 17:31:32 +02:00
2024-10-24 11:41:18 +11:00
2024-10-24 11:41:18 +11:00
2024-09-18 17:39:14 +02:00
2024-08-22 08:21:52 +02:00
2024-10-18 19:31:27 +00:00
2024-09-18 18:02:41 +02:00