...
Code Block | ||
---|---|---|
| ||
if (a == b) { /* ... */ } |
...
Applicability
Placing a semicolon on the same line as an if
, for
, or while
statement may result in unexpected behavior.
...
Guideline
...
Severity
...
Likelihood
...
Remediation Cost
...
Priority
...
...
MSC52-JG
...
low
...
unlikely
...
low
...
P3
...
L3
Related Guidelines
CERT C Secure Coding Standard | EXP15-C. Do not place a semicolon on the same line as an if, for, or while statement |
"Likely Incorrect Expression [KOA]" |
...
Section 2.7.2, "Errors of omission and addition" |
...