Versions Compared

Key

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

...

CERT C++ Secure Coding StandardDCL30-CPP. Declare objects with appropriate storage durations
ISO/IEC TR 17961(Draft) Escaping of the address of an automatic object [addrescape]
ISO/IEC TR 24772"DCM Dangling references to stack frames "[DCM]
MISRA-CRule 8.6

Bibliography

[Coverity 2007] 
[ISO/IEC 9899:2011]Section 6.2.4, "Storage Durations of Objects," and section 7.22.3, "Memory Management Functions"

 

...

...