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

pack+mem: fix stack overflow issues #221

Merged
merged 2 commits into from
Aug 25, 2022
Merged

pack+mem: fix stack overflow issues #221

merged 2 commits into from
Aug 25, 2022

Conversation

brxken128
Copy link
Owner

It looks as though while moving to domain, something was incorrectly copied over and we were allocating a full 1MiB array on the stack. Windows' stack size is considerably smaller than other OSes, such as Linux, so this issue slipped through the cracks.

@brxken128
Copy link
Owner Author

brxken128 commented Aug 25, 2022

Confirmed working on Windows 11 - this, along with #220, fully fix the issues outlined in #218 (regarding paths and such).

@brxken128 brxken128 merged commit 603e023 into master Aug 25, 2022
@brxken128 brxken128 deleted the mem-fix branch August 25, 2022 19:55
@pleshevskiy
Copy link
Contributor

LGTM!

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.

None yet

2 participants