[Bug 218980] dhclient incorrectly handles very long lease times, setting expiry in the past

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 1 05:51:37 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218980

--- Comment #2 from Conrad Meyer <cem at freebsd.org> ---
The DHCP lease time is a uint32, but expiry is stored as a time_t.  On 32-bit
Intel and PPC platforms, time_t is a (signed) int32.  That (or a 32-bit int) is
probably involved somewhere.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list