]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 30 Apr 1999 13:45:27 +0000 (13:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Apr 1999 13:45:27 +0000 (13:45 +0000)
1999-04-30  Ulrich Drepper  <drepper@cygnus.com>

* nss/digits_dots.c: Always initialize not_ok.

ChangeLog
nss/digits_dots.c

index 2a55750c77793c8508aa11722c38f627674e08ed..9e082d89476a0da0b6e5c83057262abad33d7404 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-30  Ulrich Drepper  <drepper@cygnus.com>
+
+       * nss/digits_dots.c: Always initialize not_ok.
+
 1999-04-30 09:02 -0400  Zack Weinberg  <zack@rabi.columbia.edu>
 
        * string/bits/string2.h (memset): Avoid arithmetic overflow at
index 9a8d499cbd7f4ad5e258625265a51f73e058c929..06f91fe6916c49160d637273dda6ae54db1a7481 100644 (file)
                      break;
                    default:
                      assert (! "There should be no other `af' value");
+                     not_ok = 1;
                    }
                  if (not_ok)
                    {