Null pointers, one month later
Posted Aug 20, 2009 12:34 UTC (Thu) by
hppnq (subscriber, #14462)
In reply to:
Null pointers, one month later by xilun
Parent article:
Null pointers, one month later
Dereferencing the pointer that is supposed to never point at a valid object (the NULL pointer) is always going to be a problem -- but that problem is made bigger if there are actually objects living at exactly that part of memory ("zero").
(
Log in to post comments)