mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
The xfrin_recv_done() was accessing xfr->result where we stored the result of the offloaded work from a thread that could receive data while processing the transfer on the offloaded thread. Completely remove the offloaded result from the dns_xfrin_t structure and keep it local for *xfr_apply() and *xfr_apply_done() as the failure is already recorded in .shutdown_result and we now that the processing has failed because .shuttingdown has been already set. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||