Changes between Initial Version and Version 1 of Ticket #18327


Ignore:
Timestamp:
Mar 27, 2023, 8:06:56 AM (14 months ago)
Author:
LekKit
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18327 – Description

    initial v1  
    22This prevents any software using select() from tracking disconnect events, and freeing clients appropriately.
    33Will attach a tiny program that reproduces this. On systems susceptible to the bug it'd hang and never exit.
     4
     5
     6Update: The poll() facility is subject to this bug as well, i.e. listening for POLLIN | POLLERR | POLLHUP never notices a HUP event.