Versions Compared

Key

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

...

Note that while commas serve to delimit multiple arguments in a function call, these commas are not considered "comma operators." Multiple arguments of a function call may be evaluated in any order, with no sequence points between each other.

Risk Assessment

Rule Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

EXP10-C

medium

probable

medium

P8

L2

...