Browse Source
accept might raise an exception, in which case the new socket is not fully created. It has a finaliser so will run close() method when GC'd. Before this patch close would try to close an invalid socket. Now fixed. setsockopt took address of stack value which became out of scope. Now fixed.pull/1077/merge
Damien George
10 years ago
1 changed files with 9 additions and 3 deletions
Loading…
Reference in new issue