...
Code Block | ||||
---|---|---|---|---|
| ||||
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
...