|
|
|
|
|
by lmm
221 days ago
|
|
> Doesn't null-pointer-dereference always crash the application? No. It's undefined behaviour, it may do anything or nothing. > Is it only an undefined-behavior because program-must-crash is not the explicitly required by these languages' specs? I don't understand the question here. It's undefined behaviour because the spec says it's undefined behaviour, which is some combination of because treating it as impossible allows many optimisation opportunities and because of historical accidents. |
|
This is clearly nonsense.