Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ecere/net/network (Linux): Fixed race condition
- On Linux, the polling file descriptors were a pointer to memory that still gets updated (e.g., by clrSocket()) while the network mutex is not locked and poll() is running. Prior to switching to poll(), there was still an issue in directly selecting on the socket file descriptors directly in the network object.
- Loading branch information