...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Astrée |
| memcpy-with-padding | Partially checked | ||||||
Axivion Bauhaus Suite |
| CertC-EXP42 | |||||||
CodeSonar |
| BADFUNC.MEMCMP | Use of memcmp | ||||||
Helix QAC |
| DF4726, DF4727, DF4728, DF4729 | |||||||
Klocwork |
| MISRA.STDLIB.MEMCMP.PTR_ARG_TYPES | |||||||
LDRA tool suite |
| 618 S | Partially implemented | ||||||
Cppcheck |
| cert.py | Detected by the addon cert.py Does not warn about global/static padding data as this is probably initialized to 0 | ||||||
Parasoft C/C++test |
| CERT_C-EXP42-a | Don't memcpy or memcmp non-PODs | ||||||
PC-lint Plus |
| 958, 959 | Assistance provided: reports structures which require padding between members or after the last member | ||||||
| Checks for memory comparison of padding data (rule fully covered) | ||||||||
PVS-Studio |
| V1103 | |||||||
RuleChecker |
| memcpy-with-padding | Partially checked | ||||||
TrustInSoft Analyzer |
| comparable_char_blocks | Exhaustively verified (see the compliant and the non-compliant example). |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...