mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05:00
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. |
||
|---|---|---|
| .. | ||
| ans5 | ||
| ns1 | ||
| ns2 | ||
| ns3 | ||
| ns4 | ||
| ns6 | ||
| ns7 | ||
| ns8 | ||
| axfr-stats.good | ||
| clean.sh | ||
| dig1.good | ||
| dig2.good | ||
| knowngood.mapped | ||
| setup.sh | ||
| tests.sh | ||