mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 12:02:10 -05:00
When shutting down the whole server, the reading could stop and detach from controlconnection before sending is done. If send callback then detaches from the last controlconnection handle, the ccmsg would be invalidated after the send callback and thus we must not access ccmsg after calling the send_cb(). |
||
|---|---|---|
| .. | ||
| include | ||
| alist.c | ||
| base64.c | ||
| cc.c | ||
| ccmsg.c | ||
| Makefile.am | ||
| sexpr.c | ||
| symtab.c | ||