bind9/lib
Ondřej Surý eabee4d7d9 Move setting the sock->write_timeout to the async_*send
Setting the sock->write_timeout from the TCP, TCPDNS, and TLSDNS send
functions could lead to (harmless) data race when setting the value for
the first time when the isc_nm_send() function would be called from
thread not-matching the socket we are sending to.  Move the setting the
sock->write_timeout to the matching async function which is always
called from the matching thread.

(cherry picked from commit 61117840c1)
2022-05-19 22:37:52 +02:00
..
bind9 prevent a possible buffer overflow in configuration check 2022-05-13 20:29:36 -07:00
dns Check if key metadata is modified before writing 2022-05-16 10:37:23 +02:00
irs Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
isc Move setting the sock->write_timeout to the async_*send 2022-05-19 22:37:52 +02:00
isccc Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:42:18 +01:00
isccfg Rename "hostname" to "remote-hostname" within "tls" 2022-05-03 17:42:43 +03:00
ns Cleanup: always count ns_statscounter_recursclients 2022-05-14 00:59:09 -07:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00
unit-test-driver.sh.in Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00