Versions Compared

Key

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

...

Code Block
bgColor#ccccff
#define assign(ucn, val) ucn = val;

int \U00010401\U00010401\U00010401\U00010402;
assign(\U00010401\U00010401\U00010401\U00010402, 4);

Examples of vulnerabilities resulting from the violation of this rule recommendation can be found on the
CERT website.

Risk Assessment

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

PRE30-C

1 (low)

1 (unlikely)

1 (low)

P1

L3

...