...
Tool | Version | Checker | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| array_out_of_bounds | Supported Astrée reports all out-of-bounds array access. | |||||||||||
Axivion Bauhaus Suite |
| CertC-DCL38 | Detects if the final member of struct which is declared as an array of small bound, is used as a flexible array member. | |||||||||||
Compass/ROSE | Can detect some violations of this rule. In particular, it warns if the last element of a | |||||||||||||
Helix QAC |
| C: 1037, 1039 | ||||||||||||
LDRA tool suite |
| 648 S | Fully implemented | |||||||||||
Parasoft C/C++test |
| CERT_C-DCL38-a | The final member of a structure should not be an array of size '0' or '1' | |||||||||||
PC-lint Plus |
| 9040 | Fully supported | |||||||||||
Polyspace Bug Finder |
| CERT C: Rule DCL38-C | Checks for incorrect syntax of flexible array member size (rule fully covered) | |||||||||||
PRQA QA-C |
| 1037 1039 | ||||||||||||
TrustInSoft Analyzer |
| index_bound | Exhaustively detects out-of-bounds array access (see the compliant and the non-compliant example). | Helix QAC | Include Page | | Helix QAC_V | Helix QAC_V | C: 1037, 1039
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...