[krbdev.mit.edu #9039] git commit

"Greg Hudson via RT" <[email protected]> Sun, 05 Dec 2021 18:46:15 -0500
Newsgroups gmane.comp.encryption.kerberos.bugs
Message-ID <[email protected]>
Sun Dec 05 18:46:15 2021: Request 9039 was acted upon.
 Transaction: Ticket created by [email protected]
       Queue: krb5
     Subject: git commit
       Owner: [email protected]
  Requestors: 
      Status: new
 Ticket <URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9039 >



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.

https://github.com/krb5/krb5/commit/149df661ad76ea4b5fff0de28e77a767f9355fdc
Author: Greg Hudson <[email protected]>
Commit: 149df661ad76ea4b5fff0de28e77a767f9355fdc
Branch: master
 src/lib/krb5/krb/pac.c |   20 +++++---------------
 1 files changed, 5 insertions(+), 15 deletions(-)