Files
bind9/lib/dns
Evan Hunt 03183baa6d Prevent a possible race in dns_qpmulti_query() and _snapshot()
The `.reader` member of dns_qpmulti_t was accessed without RCU
protection; reader_open() calls rcu_dereference() on it, and this
call needs to be inside an RCU critical section.

A similar problem was identified in the dns_qpmulti_snapshot() - the
RCU critical section was completely missing.

These are relicts of the isc_qsbr - in the QSBR mode the rcu_read_lock()
and rcu_read_unlock() are no-ops and whole event loop is a critical section.
2023-10-26 00:32:22 -07:00
..
2023-10-13 14:44:40 +02:00
2023-02-16 18:35:32 +01:00
2023-10-23 08:21:39 +00:00
2023-09-12 16:14:10 +02:00
2023-02-28 11:44:15 +01:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-06-14 08:14:38 +00:00
2023-08-09 23:48:17 +00:00
2023-02-15 16:44:47 +00:00
2023-08-02 11:16:50 +02:00
2023-03-23 12:57:01 -07:00
2023-10-10 16:57:18 +02:00
2023-09-12 16:14:10 +02:00
2023-03-08 08:36:25 +01:00
2023-10-13 09:57:28 +00:00
2022-11-29 08:54:34 +01:00
2023-09-12 16:14:10 +02:00
2023-07-17 14:50:25 +02:00
2023-08-31 22:08:35 +02:00
2023-03-08 08:36:25 +01:00
2023-02-28 11:44:15 +01:00
2023-08-31 22:08:35 +02:00
2023-10-09 13:29:02 -07:00
2023-08-31 22:08:35 +02:00
2023-10-13 14:44:40 +02:00
2023-03-31 13:33:16 +02:00
2023-06-14 08:14:38 +00:00
2023-02-15 16:44:47 +00:00
2023-08-15 14:25:24 +02:00