diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 13:45:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-30 13:45:27 +0000 |
commit | 71c356ecbebefd4cfcb91c9009ec506ab106b300 (patch) | |
tree | dccfb4f3062c85041461b7b454dc63796748c75d | |
parent | c1d226e77feae34514c93caef49369b0e94f83cb (diff) | |
download | glibc-71c356ecbebefd4cfcb91c9009ec506ab106b300.tar.gz glibc-71c356ecbebefd4cfcb91c9009ec506ab106b300.tar.xz glibc-71c356ecbebefd4cfcb91c9009ec506ab106b300.zip |
Update.
1999-04-30 Ulrich Drepper <drepper@cygnus.com> * nss/digits_dots.c: Always initialize not_ok.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | nss/digits_dots.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2a55750c77..9e082d8947 100644 --- 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 diff --git a/nss/digits_dots.c b/nss/digits_dots.c index 9a8d499cbd..06f91fe691 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) { |