Fun with NULL pointers, part 1
Fun with NULL pointers, part 1
Posted Jul 20, 2009 23:53 UTC (Mon) by job (guest, #670)Parent article: Fun with NULL pointers, part 1
Posted Jul 21, 2009 0:00 UTC (Tue)
by spender (guest, #23067)
[Link]
It's already been agreed upon that static checkers can find these bugs, yet clearly they're being produced faster than they're fixed.
-Brad
Posted Jul 21, 2009 0:04 UTC (Tue)
by proski (subscriber, #104)
[Link]
Fun with NULL pointers, part 1
Sparse doesn't check for it yet. Perhaps it should. But please realize that it's not just an "unchecked code dereference", it's a dereference before check.
Fun with NULL pointers, part 1