Hacker News new | ask | show | jobs
by mgraczyk 4449 days ago
Not 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."