...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| CERT C Secure Coding Standard | MSC00-C. Compile cleanly at high warning levels |
| SEI CERT C++ Coding Standard | EXP54-CPP. Do not access an object outside of its lifetime |
| ISO/IEC TR 24772:2013 | Dangling References to Stack Frames [DCM] |
| ISO/IEC TS 17961 | Escaping of the address of an automatic object [addrescape] |
| MISRA C:2012 | Rule 18.6 (required) |
...