isc_httpd and isc_httpdmgr structures are not reference counted and magic
The isc_httpd_t
and isc_httpdmgr_t
structures are being used in callbacks, but they don't have:
- reference counting
- magic and VALID checks
leading to crash on shutdown when the isc_httpdmgr_t
structure being destroyed while in use in the isc_socket_accept()
callback.
Edited by Ondřej Surý