Hacker News new | ask | show | jobs
by comex 360 days ago
The spec says that malloc(0) shall return "either a null pointer or a unique pointer". If it's null, it doesn't have to be unique.