]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix PAC handling of authtimes after y2038
authorGreg Hudson <ghudson@mit.edu>
Thu, 2 Dec 2021 00:35:32 +0000 (19:35 -0500)
committerGreg Hudson <ghudson@mit.edu>
Sun, 5 Dec 2021 23:24:45 +0000 (18:24 -0500)
commit149df661ad76ea4b5fff0de28e77a767f9355fdc
tree9a03276da87e79c46c6527ed4c47c1770c2f09d7
parent6b1bc3801b57ece62d00a491bbd0819abd162dd2
Fix PAC handling of authtimes after y2038

Remove the unnecessary handling of negative inputs in
k5_time_to_seconds_since_1970() and k5_seconds_since_1970_to_time(),
and cast the krb5_timestamp input to uint32_t to properly handle
values after y2038.

ticket: 9039 (new)
src/lib/krb5/krb/pac.c