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

Fix memory corruption bug #3

Merged
merged 2 commits into from
May 7, 2021
Merged

Conversation

msakai
Copy link
Owner

@msakai msakai commented May 7, 2021

The computation delayed by unsafeInterleaveIO uses a memory allocated by allocaArray outside of its scope.

Fix #2.

msakai added 2 commits May 7, 2021 12:57
The computation delayed by unsafeInterleaveIO uses a memory
allocated by allocaArray outside of its scope.
@msakai msakai merged commit 5e693b0 into master May 7, 2021
@msakai msakai deleted the fix-decoding-long-chunked-string branch May 8, 2021 00:38
msakai added a commit to msakai/toysolver that referenced this pull request May 8, 2021
Becasue bytestring-encoding-0.1.0.0 has a memory corruption bug.
msakai/bytestring-encoding#2
msakai/bytestring-encoding#3
msakai added a commit to msakai/toysolver that referenced this pull request May 8, 2021
Because bytestring-encoding-0.1.0.0 has a memory corruption bug.
msakai/bytestring-encoding#2
msakai/bytestring-encoding#3
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.

Segmentation fault when decoding long and chunked input
1 participant