Hacker News new | ask | show | jobs
by PeCaN 3756 days ago
Dereferencing a null pointer is undefined behavior. free() on NULL is defined to be a no-op.