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-25 11:43:10 +02:00
2023-08-31 12:53:32 -07:00
2023-08-21 18:39:53 +02:00
2023-10-13 14:44:40 +02:00
2023-10-17 17:47:46 +02:00
2023-07-31 15:51:15 +02:00
2023-08-31 11:07:35 +02:00
2023-10-23 08:21:39 +00:00
2023-09-16 07:32:18 +02:00
2023-09-12 16:14:10 +02:00
2023-07-31 18:11:34 +02:00
2023-08-31 22:08:35 +02:00
2023-10-24 13:07:03 +02:00
2023-07-27 11:37:44 +02:00
2023-09-13 14:31:43 +10:00
2023-08-31 22:08:35 +02:00
2023-09-24 18:07:40 +02:00
2023-08-09 23:48:17 +00:00
2023-09-28 00:32:44 -07:00
2023-08-31 12:53:32 -07:00
2023-08-31 22:08:35 +02:00
2023-10-13 14:44:40 +02:00
2023-08-31 22:08:35 +02:00
2023-08-02 11:16:50 +02:00
2023-08-15 12:21:41 +02:00
2023-08-01 08:56:52 +02:00
2023-09-28 00:32:44 -07:00
2023-10-10 16:57:18 +02:00
2023-10-17 17:47:46 +02:00
2023-08-31 12:53:32 -07:00
2023-10-25 12:36:37 +02:00
2023-09-12 16:14:10 +02:00
2023-09-28 00:32:44 -07:00
2023-09-18 13:38:27 +10:00
2023-10-17 17:47:46 +02:00
2023-10-13 09:57:28 +00:00
2023-09-01 12:01:20 +10:00
2023-08-15 12:21:41 +02:00
2023-09-01 12:01:20 +10:00
2023-09-01 12:01:20 +10:00
2023-09-01 12:01:20 +10:00
2023-10-17 17:47:46 +02:00
2023-08-21 18:39:53 +02:00
2023-09-28 00:32:39 -07:00
2023-10-26 00:32:22 -07:00
2023-08-31 22:08:35 +02:00
2023-09-12 16:14:10 +02:00
2023-08-31 22:08:35 +02:00
2023-09-01 12:01:19 +10:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 22:08:35 +02:00
2023-10-24 13:07:03 +02:00
2023-10-24 13:07:03 +02:00
2023-10-20 14:05:56 +11:00
2023-10-09 13:29:02 -07:00
2023-08-15 12:21:41 +02:00
2023-08-31 22:08:35 +02:00
2023-08-31 12:53:32 -07:00
2023-10-13 14:44:40 +02:00
2023-07-27 11:37:44 +02:00
2023-07-28 14:37:32 +10:00
2023-09-22 08:51:45 +00:00
2023-09-24 10:08:56 +02:00
2023-08-15 12:21:41 +02:00
2023-08-15 14:25:24 +02:00
2023-10-13 14:44:40 +02:00
2023-10-24 13:07:03 +02:00
2023-07-20 12:40:54 +02:00
2023-10-18 13:06:28 +11:00
2023-08-31 22:08:35 +02:00
2023-09-28 00:32:44 -07:00