...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| ALLOC.LEAK ALLOC.SIZE.SUBUFLOW IO.TAINT.SIZE MISC.MEM.SIZE.BAD (general) | Leak Subtraction Underflow of Allocation Size Tainted Allocation Size Unreasonable Size Argument Library models account for allocator failure cases. |
...
Related Guidelines
CERT C++ Secure Coding Standard | MEM12-CPP. Do not assume infinite heap space |
CERT Oracle Secure Coding Standard for Java | MSC05-J. Do not exhaust heap space |
MITRE CWE | CWE-770, Allocation of resources without limits or throttling |
...