bind9/bin
Ondřej Surý 94afea9325 Don't use stack allocated buffer for uv_write()
On FreeBSD, the stack is destroyed more aggressively than on Linux and
that revealed a bug where we were allocating the 16-bit len for the
TCPDNS message on the stack and the buffer got garbled before the
uv_write() sendback was executed.  Now, the len is part of the uvreq, so
we can safely pass it to the uv_write() as the req gets destroyed after
the sendcb is executed.
2020-12-03 08:58:16 +01:00
..
check Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
confgen Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
delv Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
dig Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00
dnssec Teach cppcheck that fatal() does not return 2020-11-25 12:45:47 +01:00
named Change the default value for nocookie-udp-size back to 4096 2020-12-02 11:06:42 +01:00
nsupdate Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
pkcs11 Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
plugins Use libuv's shared library handling capabilities 2020-10-28 15:48:58 +01:00
rndc Drop unused headers 2020-11-11 10:08:12 +01:00
tests Don't use stack allocated buffer for uv_write() 2020-12-03 08:58:16 +01:00
tools Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
win32/BINDInstall Revert "Drop bigkey" 2020-11-10 17:34:05 +01:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00