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 incorrect attempted merging at maximum order #31

Merged
merged 2 commits into from
Jan 27, 2024
Merged

Fix incorrect attempted merging at maximum order #31

merged 2 commits into from
Jan 27, 2024

Conversation

fmckeogh
Copy link
Contributor

Heap allocator should not attempt to merge regions on dealloc if the merged region would be greater than the maximum order. Similar bug may exist in FrameAllocator.

Fixes #14.

@jiegec jiegec merged commit 8697b69 into rcore-os:master Jan 27, 2024
1 of 2 checks passed
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.

index out of bounds: the len is 30 but the index is 30
2 participants