-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2666 dyn cxt: Fix early context free (#4722)
Fixes a bug in PR #4703 where for post-CreateUserProcess handling it frees the heap buffer for a CONTEXT before the code is finished using it. Also updates the CONTEXT heap buffers from PR #4703 to use thread-private heap where possible, to avoid locks. Issue: #2666
- Loading branch information
1 parent
9be64f0
commit c05ee23
Showing
2 changed files
with
24 additions
and
23 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
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