...
Attempting to access an object outside of its lifetime can result in undefined behavior and lead to an exploitable vulnerability (see also bullet undefined behavior 8 of Appendix J).
Noncompliant Code Example (Static Variables)
...
...
Attempting to access an object outside of its lifetime can result in undefined behavior and lead to an exploitable vulnerability (see also bullet undefined behavior 8 of Appendix J).
...