mgruberman
Results
1
issues of
mgruberman
mod_event_socket can have dead listeners with overflowing event queues that fill the log with CRITs
5
**Describe the bug** The `mod_event_socket.c` `listen_list` retains listeners for sockets that no longer exist, fills their queues with events, and then spams the logs when the queues overflow. Both messages...
bug