1999-04-30  Ulrich Drepper  <drepper@cygnus.com>

	* nss/digits_dots.c: Always initialize not_ok.
This commit is contained in:
Ulrich Drepper 1999-04-30 13:45:27 +00:00
parent c1d226e77f
commit 71c356ecbe
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -117,6 +117,7 @@
break;
default:
assert (! "There should be no other `af' value");
not_ok = 1;
}
if (not_ok)
{