...
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
EXP19-C | medium | probable | medium | P8 | L2 |
Related Guidelines
ISO/IEC 9899:1999 Section 6.8.4, "Selection statements"
MISRA Rule 14.8
Bibliography
\[[GNU 2010|AA. Bibliography#GNU 10]\] [Coding Standards, Section 5.3, "Clean Use of C Constructs"|http://www.gnu.org/prep/standards/standards.html#Syntactic-Conventions] Wiki Markup
...
EXP18-C. Do not perform assignments in selection statements 03. Expressions (EXP)