Skip Menu |
 

From: ghudson@mit.edu
Subject: SVN Commit

getdate strings like "1 month" or "next year" would fail some of the
time, depending on the value of stack garbage, because DSTcorrect()
doesn't set *error on success and RelativeMonth() doesn't initialize
error. Make DSTcorrect() responsible for setting *error in all cases.

https://github.com/krb5/krb5/commit/e10f243be294ba9b3ba4b39a1a6bdf4bbbaf0fcf
Commit By: ghudson
Revision: 25444
Changed Files:
U trunk/src/kadmin/cli/getdate.y
This bug was introduced in 1.7 (by r19656); the fix should apply to any
version since then.
From: tlyu@mit.edu
Subject: SVN Commit

pull up r25444 from trunk

------------------------------------------------------------------------
r25444 | ghudson | 2011-11-06 00:32:34 -0500 (Sun, 06 Nov 2011) | 10 lines

ticket: 7003
subject: Fix month/year units in getdate
target_version: 1.10
tags: pullup

getdate strings like "1 month" or "next year" would fail some of the
time, depending on the value of stack garbage, because DSTcorrect()
doesn't set *error on success and RelativeMonth() doesn't initialize
error. Make DSTcorrect() responsible for setting *error in all cases.

https://github.com/krb5/krb5/commit/bfa6a811a80d1557b387b2ad2e58e76671bf73a9
Commit By: tlyu
Revision: 25455
Changed Files:
U branches/krb5-1-10/src/kadmin/cli/getdate.y