From: | ghudson@mit.edu |
Subject: | git commit |
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 <ghudson@mit.edu>
Commit: 149df661ad76ea4b5fff0de28e77a767f9355fdc
Branch: master
src/lib/krb5/krb/pac.c | 20 +++++---------------
1 files changed, 5 insertions(+), 15 deletions(-)