Hacker News new | ask | show | jobs
by jibal 266 days ago
> `free(NULL);` will crash on some platforms that gcc supports, I believe.

No, of course it won't. `free(NULL)` has been a noop ever since C89 (and before, for that matter).