...
Tool | Version | Checker | Description | PRQA QA-C | |||||
---|---|---|---|---|---|---|---|---|---|
Include Page | PRQA_V | PRQA_V | 2931 | Fully implemented||||||
|
|
| |||||||
Coverity | 6.5 | BUFFER_SIZE | Fully Implemented | ||||||
5.0 |
| Can detect violations of this rule with CERT C Rule Pack | |||||||
| ABR |
| |||||||
PRQA QA-C |
| 2931 | Fully implemented | ||||||
|
|
|
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...
C Secure Coding Standard | API00-C. Functions should validate their parameters ARR01-C. Do not apply the sizeof operator to a pointer when taking the size of an array INT30-C. Ensure that unsigned integer operations do not wrap |
ISO/IEC TS 17961 | Forming invalid pointers by library functions [libptr] |
ISO/IEC TR 24772:2013 | Buffer Boundary Violation (Buffer Overflow) [HCB] |
MITRE CWE
| CWE-119, Failure to constrain operations within the bounds of an allocated memory buffer |
...