...
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 |
| C1037, C1039 | ||||||||||||
Klocwork |
| CERT.STRUCT.FLEXIBLE_ARRAY_MEMBER | ||||||||||||
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 | ||||||||||
Include Page | PRQA QA-C_v | PRQA QA-C_v | 1037 1039 | |||||||||||
TrustInSoft Analyzer |
| index_bound | Exhaustively detects out-of-bounds array access (see the compliant and the non-compliant example). |
...