Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

CERT C++ Secure Coding StandardEXP34-CPP. Ensure a null pointer is not dereferenced
CERT Oracle Secure Coding Standard for JavaEXP01-J. Never dereference null pointers
ISO/IEC TR 17961(Draft) Dereferencing an out-of-domain pointer [nullref]
ISO/IEC TR 24772Pointer casting and pointer type changes [HFC] and Null pointer dereference [XYH]
MITRE CWECWE-476, NULL Pointer dereference

Bibliography

[Goodin 2009] 
[ISO/IEC 9899:2011]Section 6.3.2.3, "Pointers"
[Jack 2007] 
[Liu 2009] 
[van Sprundel 2006] 
[Viega 2005]Section 5.2.18, "Null-Pointer Dereference"

...