Handled blocks being too small in arena.cc
When the user passed in a block which was smaller than the Block structure, this code would blow past the end of the memory and crash. Check for that condition.
Loading
Please sign in to comment
When the user passed in a block which was smaller than the Block structure, this code would blow past the end of the memory and crash. Check for that condition.