...
Other uses of static assertion are shown in STR07-C. Use the bounds-checking interfaces for remediation of existing string manipulation code and void FIO35-C. Use feof() and ferror() to detect end-of-file and file errors when sizeof(int) == sizeof(char).
...
Tool | Version | Checker | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| (customization) | Users can implement a custom check that reports uses of the assert() macro. | ||||||||||||
|
| Could detect violations of this rule merely by looking for calls to | |||||||||||||
ECLAIR |
| CC2.DCL03 | Fully implemented | ||||||||||||
| 44 S | Fully implemented | PRQA QA-C | ||||||||||||
Include Page | PRQA_V | PRQA_V | 2741 2742 | Partiallyimplemented |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...