|
|
|
|
|
by MichaelMoser123
2944 days ago
|
|
if you reference a null pointer then this behavior is 'undefined' from the perspective of the C compiler - however it is very well defined by the operating system (if you are doing a user space application). No nukes get involved here - only core dumps. |
|