bind9/bin/tests/system/xfer
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
..
ans5 Add a test with an incorrect question in a continuation message 2020-06-04 16:10:41 +02:00
ns1 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
ns2 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07: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
ns6 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
ns7 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
ns8 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
axfr-stats.good Add system tests for AXFR statistics 2019-01-31 16:55:01 -05:00
clean.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
dig1.good Check walking the hip rendezvous servers. 2020-07-24 04:15:56 +00:00
dig2.good Check walking the hip rendezvous servers. 2020-07-24 04:15:56 +00:00
knowngood.mapped 4321. [bug] Zones using mapped files containing out-of-zone data 2016-02-24 11:13:24 +11:00
setup.sh update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
tests.sh use netmgr for xfrin 2020-11-09 13:45:43 +01:00