Fun with NULL pointers, part 1
Fun with NULL pointers, part 1
Posted Jul 21, 2009 12:01 UTC (Tue) by johill (subscriber, #25196)In reply to: Fun with NULL pointers, part 1 by dunlapg
Parent article: Fun with NULL pointers, part 1
I'd think very often it's not. Imagine the NULL pointer check was inserted by a macro or an inlined function, into a function that's known to be called with a non-NULL argument, say because that argument is on the stack.