mirror of git://sourceware.org/git/glibc.git
Update.
1999-04-30 Ulrich Drepper <drepper@cygnus.com> * nss/digits_dots.c: Always initialize not_ok.
This commit is contained in:
parent
c1d226e77f
commit
71c356ecbe
|
|
@ -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>
|
1999-04-30 09:02 -0400 Zack Weinberg <zack@rabi.columbia.edu>
|
||||||
|
|
||||||
* string/bits/string2.h (memset): Avoid arithmetic overflow at
|
* string/bits/string2.h (memset): Avoid arithmetic overflow at
|
||||||
|
|
|
||||||
|
|
@ -117,6 +117,7 @@
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
assert (! "There should be no other `af' value");
|
assert (! "There should be no other `af' value");
|
||||||
|
not_ok = 1;
|
||||||
}
|
}
|
||||||
if (not_ok)
|
if (not_ok)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue