-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a race condition in LKL's clone support.
If LKL shut down before a cloned thread issued its first system call, the cloned thread would have the wrong host thread pointer and so the host thread would be freed twice.
- Loading branch information
1 parent
86819ac
commit 537cfbf
Showing
1 changed file
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters