...
Related Guidelines
MITRE CWE: CWE-479
CERT C Secure Coding Standard: "EXP34-C. Do not dereference null pointers"
CERT C++ Secure Coding Standard: "EXP34-CPP. Ensure a null pointer is not dereferenced"
Bibliography
<ac:structured-macro ac:name="unmigrated-wiki-markup |
...
" ac:schema-version="1" ac:macro-id="3f9419d7-262c-4d0f-82ed-59c3911773d9"><ac:plain-text-body><![CDATA[ | [[API |
...
2006 |
...
AA. |
...
Bibliography#API |
...
06] |
...
] |
...
[method |
...
doPrivileged() |
...
http://java.sun.com/javase/6/docs/api/java/security/AccessController.html#doPrivileged(java.security.PrivilegedAction)] |
...
]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="60aa1b66-844f-4c83-8df8-72267cdd130c"><ac:plain-text-body><![CDATA[ | [[Hovemeyer |
...
2007 |
...
AA. |
...
Bibliography#Hovemeyer |
...
07]] | ] |
...
]></ac:plain-text-body></ac:structured-macro> | |||||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5c8181a2-6b31-44ad-bb03-206d34a93993"><ac:plain-text-body><![CDATA[ | [[Reasoning 2003 | AA. Bibliography#Reasoning 03]] | Defect ID 00-0001 | ]]></ac:plain-text-body></ac:structured-macro> | |
| Null Pointer Dereference | ||||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="21413efe-a9c5-48dd-8aea-b96a66393f67"><ac:plain-text-body><![CDATA[ | [[SDN 2008 | AA. Bibliography#SDN 08]] | [Bug ID 6514454 | http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6514454] | ]]></ac:plain-text-body></ac:structured-macro> |
...
EXP10-J. Ensure that autoboxed values have the intended type 02. Expressions (EXP) EXP12-J. Use the same type for the second and third operands in conditional expressions