Changes between Initial Version and Version 1 of Ticket #18327
- Timestamp:
- Mar 27, 2023, 8:06:56 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18327 – Description
initial v1 2 2 This prevents any software using select() from tracking disconnect events, and freeing clients appropriately. 3 3 Will attach a tiny program that reproduces this. On systems susceptible to the bug it'd hang and never exit. 4 5 6 Update: The poll() facility is subject to this bug as well, i.e. listening for POLLIN | POLLERR | POLLHUP never notices a HUP event.