...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|
EXP11-C | medium | probable | medium | P8 | L2 |
Automated Detection
Tool | Version | Checker | Description |
---|
| | | Section |
---|
can detect violations of this recommendation. Specifically, it reports violations if - A pointer to one object is type cast to the pointer of a different object
- The pointed-to object of the (type cast) pointer is then modified arithmetically.
|
|
| | | Section |
---|
Fully Implemented |
|
...
MISRA Rule 3.5
Bibliography
...
\[[Plum 1985|AA. Bibliography#Plum 85]\] Rule 6-5
...
03. Expressions (EXP)