Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixing issues brought up by Fred.

...

Code Block
bgColor#ccccff
langc
void floatRoutine(void) {
  float value = 99.0f;
  long double percentage;
  volatile float temp;

  percentage = temp = calcPercentage(value);
}

...

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

FLP37-C

Low

UnlikelyProbable

Medium

P2P4

L3

Related Vulnerabilities

...