Comment on A Story Of realloc (And Laziness)parentComments−mgraczyk12yNot to mention that this realloc incorrectly frees the input ptr on failure. The standard says "If the space cannot be allocated, the object [*ptr] shall remain unchanged."
Comments
Not to mention that this realloc incorrectly frees the input ptr on failure. The standard says