https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227589
Ed Maste <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] 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 <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
