- Notifications
You must be signed in to change notification settings - Fork5
Commit0645dac
committed
Fix unsafe assumption that struct timeval.tv_sec is a "long".
It typically is a "long", but it seems possible that on some platformsit wouldn't be. In any case, this silences a compiler warning onOpenBSD (cf buildfarm member curculio).While at it, use snprintf not sprintf. This format string couldn'tpossibly overrun the supplied buffer, but that doesn't seem likea good reason not to use the safer style.Oversight in commitf828654. Back-patch to 9.6 where that came in.1 parentc648f05 commit0645dac
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2484 | 2484 |
| |
2485 | 2485 |
| |
2486 | 2486 |
| |
2487 |
| - | |
2488 |
| - | |
| 2487 | + | |
| 2488 | + | |
| 2489 | + | |
2489 | 2490 |
| |
2490 | 2491 |
| |
2491 | 2492 |
| |
|
0 commit comments
Comments
(0)