...
CERT C Secure Coding Standard: "EXP19-C. Use braces for the body of an if, for, or while statement"
Bibliography
<ac:structured-macro ac:name="unmigrated-wiki-markup |
...
" ac:schema-version="1" ac:macro-id="5a4c4764-7c43-4ddf-9372-d25c22693e7e"><ac:plain-text-body><![CDATA[ | [[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] | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup |
...
" ac:schema-version="1" ac:macro-id="861301de-ae33-4c13-849e-74eef54126bc"><ac:plain-text-body><![CDATA[ | [[Rogue |
...
2000 |
...
AA. |
...
Bibliography#Rogue |
...
2000] |
...
] |
...
Rule |
...
76: |
...
Use |
...
block |
...
statements |
...
instead |
...
of |
...
expression |
...
statements |
...
in |
...
control |
...
flow |
...
constructs | ]]></ac:plain-text-body></ac:structured-macro> |
...
EXP04-J. Do not perform assignments in conditional statements 02. Expressions (EXP) EXP06-J. Use parentheses for precedence of operation