-
- Downloads
Fix races on tcp server shutdown on Windows
- we were treating an int as atomic, which is dubious at best - it was possible to shutdown while an accept was being handled, and process that shutdown accept before the real accept finished, leading to a use-after-free up the stack
Please register or sign in to comment