You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add next block adjacency check to validate_block()
The allocator previously only validated the size and bounds of a memory
block. It did not check whether the block's successor was physically
adjacent in memory.
Extend validate_block() to verify that a block's next pointer matches
the expected location based on its size. This ensures corruption in the
linked list of blocks is detected early and consistently.
0 commit comments