Message247479
The permission error comes from calling SetHandleInformation on an invalid socket value. The code shouldn't make it that far. The problem starts earlier in sock_accept_impl. This function checks whether SOCKET_T ctx->result is non-negative to determine whether the accept call succeeded, but SOCKET_T is unsigned on Windows. |
|
| Date |
User |
Action |
Args |
| 2015-07-27 19:47:55 | eryksun | set | recipients:
+ eryksun, paul.moore, pitrou, vstinner, tim.golden, neologix, zach.ware, serhiy.storchaka, steve.dower, bryangeneolson |
| 2015-07-27 19:47:55 | eryksun | set | messageid: <1438026475.2.0.804394014936.issue24732@psf.upfronthosting.co.za> |
| 2015-07-27 19:47:55 | eryksun | link | issue24732 messages |
| 2015-07-27 19:47:54 | eryksun | create | |
|