...
Using time_t
incorrectly can lead to broken logic that could place a program in an infinite loop or cause an expected logic branch to not actually execute.
Rule Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
MSC05-A | 1 (low) | 1 (unlikely) | 2 (medium) | P2 | L3 |
...