mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 15:52:40 -04:00
Actually use INT_MAX (0x7fffffff), not UINT_MAX (0xffffffff) to avoid
overflowing time_t and missing the test.
Reported by: Jenkins
Reviewed by: markj
Fixes:
|
||
|---|---|---|
| .. | ||
| tests | ||
| main.c | ||
| main.h | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.depend.options | ||
| ping.8 | ||
| ping.c | ||
| ping.h | ||
| ping6.c | ||
| ping6.h | ||
| utils.c | ||
| utils.h | ||