...
CERT C++ Secure Coding Standard | MEM11-CPP. Allocate and free memory in the same module, at the same level of abstraction |
ISO/IEC TR 24772:2013 | Memory leak Leak [XYL] |
MITRE CWE | CWE-416, Use after free CWE-415, Double free |
...
...
CERT C++ Secure Coding Standard | MEM11-CPP. Allocate and free memory in the same module, at the same level of abstraction |
ISO/IEC TR 24772:2013 | Memory leak Leak [XYL] |
MITRE CWE | CWE-416, Use after free CWE-415, Double free |
...