...
Guideline | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
EXP09-J | low | unlikely | medium | P2 | L3 |
Other Languages
This rule guideline appears in the C Coding Standard as EXP30-C. Do not depend on order of evaluation between sequence points.
This rule guideline appears in the C++ Coding Standard as EXP30-CPP. Do not depend on order of evaluation between sequence points.
...
Search for vulnerabilities resulting from the violation of this rule guideline on the CERT website.
Bibliography
...