|
|
|
|
|
by btrask
2007 days ago
|
|
Yeah, in C you need to use assertions (or simple checks) for things that might be null. That said the compiler isn't infinitely smart (thank god) and complex null derefs will "safely" make it to runtime. (What a sad world we're in.) |
|