Hacker News new | ask | show | jobs
by knorker 260 days ago
One last thing. If you think reading and writing to "address zero" is perfectly fine in C, then I'm curious what your explanation is of GCC removing this null pointer check: https://godbolt.org/z/PjYzqKxs4

It's not a GCC bug.