nickpelling / C_STD

C implementation of the standard container library
MIT License
18 stars 1 forks source link

Realloc() is container-unsafe, so rework all code to malloc() / memcpy() / free() and fail gracefully instead #13

Closed nickpelling closed 6 months ago

nickpelling commented 6 months ago

Added code to be more defensive against realloc() returning NULL.