bind9/lib
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
..
dns Prevent a possible race in dns_qpmulti_query() and _snapshot() 2023-10-26 00:32:22 -07:00
isc Add ISC_LIST_FOREACH_REV(_SAFE) macros 2023-10-25 12:36:13 +02:00
isccc Limit isccc_cc_fromwire recursion depth 2023-09-07 19:46:19 +02:00
isccfg Update the source code formatting using clang-format-17 2023-10-17 17:47:46 +02:00
ns Update the source code formatting using clang-format-17 2023-10-17 17:47:46 +02: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