From: Paul Eggert Date: Sat, 19 Mar 2005 05:33:16 +0000 (+0000) Subject: * strftime.c (my_strftime): If the underlying strftime returns 0 X-Git-Tag: CPPI-1_12~1267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd73d9d8b643b0fd433d2e8b234afacb6b373d80;p=thirdparty%2Fcoreutils.git * strftime.c (my_strftime): If the underlying strftime returns 0 (which shouldn't happen), generate nothing instead of returning 0 immediately, so that nstrftime (NULL, ...) doesn't return 0. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 1d908a231b..4d2260dab5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-03-18 Paul Eggert + + * strftime.c (my_strftime): If the underlying strftime returns 0 + (which shouldn't happen), generate nothing instead of returning 0 + immediately, so that nstrftime (NULL, ...) doesn't return 0. + 2005-03-15 Paul Eggert * strftime.c (my_strftime): Prepend space to format so that we can