Skip to content

v1.0.1

Compare
Choose a tag to compare
@rhempel rhempel released this 18 Mar 21:54
· 74 commits to master since this release
5473e77

This release is a minor update that fixes Issue #11 where a failed realloc() returned 0 and also returned the original block back to the free list. A failed realloc() should return 0 and leave the original block intact so that the caller can take an alternate strategy.