Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#2666 dyn cxt: Fix early context free #4722

Merged
merged 1 commit into from
Feb 6, 2021
Merged

Conversation

derekbruening
Copy link
Contributor

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

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
@derekbruening
Copy link
Contributor Author

derekbruening commented Feb 6, 2021

Hmm, hit several issues: the max-global which is getting annoyingly common: #4711; and decode-stress which is now seeming to sometimes hit failures on Linux: #4723.

@derekbruening derekbruening merged commit c05ee23 into master Feb 6, 2021
@derekbruening derekbruening deleted the i2666-fix-early-free branch February 6, 2021 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant