Files
bind9/lib/isc
Ondřej Surý 684f3eb8e6 Attach/detach to the listening child socket when accepting TLS
When TLS connection (TLSstream) connection was accepted, the children
listening socket was not attached to sock->server and thus it could have
been freed before all the accepted connections were actually closed.

In turn, this would cause us to call isc_tls_free() too soon - causing
cascade errors in pending SSL_read_ex() in the accepted connections.

Properly attach and detach the children listening socket when accepting
and closing the server connections.
2024-08-07 14:17:43 +00:00
..
2024-08-05 11:21:25 +00:00
2024-08-05 11:21:25 +00:00
2024-05-17 16:03:21 -07:00
2024-08-06 15:17:48 +02:00
2024-08-06 15:17:48 +02:00
2023-12-06 15:15:24 +02:00
2024-08-06 15:17:48 +02:00
2023-09-16 07:32:17 +02:00
2024-08-06 15:17:48 +02:00