Disallow null references in safe code?

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Feb 1 19:44:44 PST 2014


On 2/1/14, 7:35 PM, deadalnix wrote:
> http://blog.llvm.org/2011/05/what-every-c-programmer-should-know_14.html

Whoa, thanks. So the compiler figures null pointer dereference in C is 
undefined behavior, which means the entire program could do whatever if 
that does happen.

Andrei



More information about the Digitalmars-d mailing list