...
Explicitly casting the return value of malloc()
eliminates the warning for the implicit declaration of malloc()
.
Rule Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MEM02-A | 1 (low) | 1 (unlikely) | 3 (low) | P3 | L3 |
...
...
Explicitly casting the return value of malloc()
eliminates the warning for the implicit declaration of malloc()
.
Rule Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MEM02-A | 1 (low) | 1 (unlikely) | 3 (low) | P3 | L3 |
...