 
                            ...
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar | 
 | ALLOC.SIZE.ADDOFLOW | Addition overflow of allocation size | ||||||
| Compass/ROSE | 
 | 
 | Can detect violations of this rule by ensuring that operations are checked for overflow before being performed (Be mindful of exception INT30-EX2 because it excuses many operations from requiring validation, including all the operations that would validate a potentially dangerous operation. For instance, adding two  | ||||||
| Coverity | 6.5 | INTEGER_OVERFLOW | Implemented | ||||||
| Fortify SCA | 5.0 | 
 | Can detect violations of this rule with the CERT C Rule Pack | ||||||
| LDRA tool suite | 
 | 493 S, 494 S | Partially implemented | ||||||
| Polyspace Bug Finder | R2016a | Unsigned integer overflow | Overflow from operation between unsigned integers | ||||||
| PRQA QA-C | 
 | 2910 (C) | Partially implemented | 
...