RE: [krbdev.mit.edu #9188] git commit
"Crowston, Robert via RT" <[email protected]> Fri, 21 Nov 2025 06:03:39 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=9188 > Thanks Greg. -----Original Message----- From: Greg Hudson via RT <[email protected]> Sent: 21 November 2025 08:10 To: Crowston, Robert [Engineering] <[email protected]> Subject: [krbdev.mit.edu #9188] git commit Improve MSLSA ccache timestamp conversion FileTimeToUnixTime() can yield the wrong answer in the presence of a TZ environment variable, because FileTimeToLocalFileTime() ignores TZ and mktime() assumes UTC-8 if it cannot parse the TZ value. (Reported by Robert Crowston.) Replace the function with a simple arithmetic conversion that does not depend on time zones. https://urldefense.com/v3/__https://github.com/krb5/krb5/commit/986582e2e1f78b9053348b7504b8b725f7e9396c__;!!O2kDR7mm-zSJ!s9klXMVexlZUVhTc8Qp7lCsS--Qt4A5xjGfk4GXvYyvrjrGW4aYTbmz3nCn9L7z-HQycqb2DSAJoFE8b3Q$ Author: Greg Hudson <[email protected]> Commit: 986582e2e1f78b9053348b7504b8b725f7e9396c Branch: master src/lib/krb5/ccache/cc_mslsa.c | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) ________________________________ Your Personal Data: We may collect and process information about you that may be subject to data protection laws. For more information about how we use and disclose your personal data, how we protect your information, our legal basis to use your information, your rights and who you can contact, please refer to: www.gs.com/privacy-notices<http://www.gs.com/privacy-notices>