>>11
Back in the day, most platforms actually put zero at address zero, so that a null pointer was equivalent to the empty string. Apparently, converting all this code to use a real empty string on platforms with memory protection was a mess.
Name:
Anonymous2010-05-16 0:10
>>15
They weren't errors. That's kindof the point. Dereferencing a null pointer was well defined and supported on these platforms. Obviously using an exception handler to work around it in a modern OS is a horrible idea.