[Bug 227589] chpass(1): post-2038 dates in account expiration corrupt passwd entry

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 18 14:20:45 UTC 2018


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

Ed Maste <emaste at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste at freebsd.org
            Summary|chpass(1): Large dates in   |chpass(1): post-2038 dates
                   |account expiration corrupt  |in account expiration
                   |passwd entry                |corrupt passwd entry

--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
pwd_mkdb.c and getpwent.c store the password change and expire fields as 32-bit
ints so cannot be set beyond Jan 19 2038.

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


More information about the freebsd-bugs mailing list