Memory manager sometimes breaks when requesting new chunks #3

Open
opened 2025-06-04 18:35:22 +00:00 by ZakYSF · 0 comments
Owner

It seems to work fine if given a preallocated region of memory to subdivide but the current implementation likely has a broken sbrk wrapper that causes NULL to be returned for some allocations instead of expanding the heap.

It seems to work fine if given a preallocated region of memory to subdivide but the current implementation likely has a broken sbrk wrapper that causes NULL to be returned for some allocations instead of expanding the heap.
Sign in to join this conversation.
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SecureLang/sllibc#3
No description provided.