mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-28 21:34:50 -04:00
When we are reading from the xfrin socket, and the transfer would be shutdown, the shutdown function would call `xfrin_fail()` which in turns calls `xfrin_cancelio()` that causes the read callback to be invoked with `ISC_R_CANCELED` status code and that caused yet another `xfrin_fail()` call. The fix here is to ensure the `xfrin_fail()` would be run only once properly using better synchronization on xfr->shuttingdown flag. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| win32/bindevt | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||