[krbdev.mit.edu #9087] git commit
"Greg Hudson via RT" <[email protected]> Mon, 27 Feb 2023 23:13:56 -0500
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Mon Feb 27 23:13:56 2023: Request 9087 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=9087 > Fix meridian type in getdate.y Commit d3356bc42191c1896ab06835a2fb245e00471420 (ticket 8927) incorrectly tagged tMERIDIAN as <Number>. So while the lexer assigns meridian values to the Meridian union field, the parser erroneously reads them from the Number field. On 64-bit IBM zSystems (s390x), this can result in using the most recently read number as a meridian value, leading to an abort in ToSeconds(). Fix the tMERIDIAN token type to be <Meridian>. [[email protected]: edited commit message] https://github.com/krb5/krb5/commit/0108d7d7fbb1111c062ac580e69e97103662fc2b Author: Julien Rische <[email protected]> Committer: Greg Hudson <[email protected]> Commit: 0108d7d7fbb1111c062ac580e69e97103662fc2b Branch: master src/kadmin/cli/getdate.y | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)