From: Ulrich Drepper Date: Fri, 30 Apr 1999 13:45:27 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_1~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71c356ecbebefd4cfcb91c9009ec506ab106b300;p=thirdparty%2Fglibc.git Update. 1999-04-30 Ulrich Drepper * nss/digits_dots.c: Always initialize not_ok. --- diff --git a/ChangeLog b/ChangeLog index 2a55750c777..9e082d89476 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-04-30 Ulrich Drepper + + * nss/digits_dots.c: Always initialize not_ok. + 1999-04-30 09:02 -0400 Zack Weinberg * string/bits/string2.h (memset): Avoid arithmetic overflow at diff --git a/nss/digits_dots.c b/nss/digits_dots.c index 9a8d499cbd7..06f91fe6916 100644 --- a/nss/digits_dots.c +++ b/nss/digits_dots.c @@ -117,6 +117,7 @@ break; default: assert (! "There should be no other `af' value"); + not_ok = 1; } if (not_ok) {