Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Intro.

Non-Compliant Code Example

This non-compliant code example ...

Code Block
bgColor#FFCCCC

Compliant Solution

This compliant solution ...

Code Block
bgColor#ccccff

Risk Assessment

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

DCL03-A

1 (low)

1 (unlikely)

1 (high)

P1

L3

Related Vulnerabilities

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

References

Wiki Markup
\[[ISO/IEC 9899-1999|AA. C References#ISO/IEC 9899-1999]\] Section ???, "Name"


DCL02-A. Use visually distinct identifiers       02. Declarations and Initialization (DCL)       DCL04-A. Take care when declaring more than one variable per declaration