[krbdev.mit.edu #8352] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Wed May 31 11:33:55 EDT 2017
Fix gmt_mktime for y2038
gmt_mktime() is used as a fallback when the platform does not have
timegm(). Make it work for dates in the unsigned 32-bit range, not
the signed 32-bit range.
https://github.com/krb5/krb5/commit/7e41d97e8dd39833503b74d34e9f0c905a2d4cf2
Author: Greg Hudson <ghudson at mit.edu>
Commit: 7e41d97e8dd39833503b74d34e9f0c905a2d4cf2
Branch: master
src/util/support/gmt_mktime.c | 17 ++++++++---------
1 files changed, 8 insertions(+), 9 deletions(-)
More information about the krb5-bugs
mailing list