[krbdev.mit.edu #7518] SVN Commit

Tom Yu via RT rt-comment at krbdev.mit.edu
Sat Dec 22 12:47:14 EST 2012


Delete timestamp_to_sfstring sprintf fallback

The final fallback for krb5_timestamp_to_sfstring() is an explicit
European date-order format string passed to sprintf().  This can be
confused with a conventional US date format.  Because we attempt to
build a strftime() replacement anyway, and we try passing some
unambiguous ISO 8601 date and time formats to strftime(), remove this
final fallback.

https://github.com/krb5/krb5/commit/d26e137cac97399645f41b19270d565f5bd8192c
Author: Tom Yu <tlyu at mit.edu>
Commit: d26e137cac97399645f41b19270d565f5bd8192c
Branch: master
 src/lib/krb5/krb/str_conv.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)



More information about the krb5-bugs mailing list