Comment on Undefined behavior in C is a reading error (2021)parentComments−AlotOfReading2yNo compiler I'm aware of implements non-zero null pointers on systems where address 0 is valid (e.g. armv7), so it ends up being kind of a moot point.−kragen2yyeah, i'm not aware of any instances of it!
Comments
No compiler I'm aware of implements non-zero null pointers on systems where address 0 is valid (e.g. armv7), so it ends up being kind of a moot point.
yeah, i'm not aware of any instances of it!