bind9/bin/tests/system/ixfr
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
..
ans2 added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
ns1 add a system test for AXFR fallback when max-ixfr-ratio is exceeded 2020-03-05 17:20:16 -08:00
ns3 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
ns4 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
ns5 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
clean.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
ixfr-stats.good add a system test for AXFR fallback when max-ixfr-ratio is exceeded 2020-03-05 17:20:16 -08:00
setup.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tests.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00