mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
2000-10-03 Ulrich Drepper <drepper@redhat.com> * locale/programs/linereader.c (get_string): Also clear wide string info if illegal_string.
This commit is contained in:
parent
a94f9b3899
commit
d5fd1f3fd8
@ -1,3 +1,8 @@
|
||||
2000-10-03 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locale/programs/linereader.c (get_string): Also clear wide
|
||||
string info if illegal_string.
|
||||
|
||||
2000-10-03 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/m68k/bits/stat.h: New file.
|
||||
|
@ -791,6 +791,8 @@ non-symbolic character value should not be used"));
|
||||
free (buf2);
|
||||
lr->token.val.str.startmb = NULL;
|
||||
lr->token.val.str.lenmb = 0;
|
||||
lr->token.val.str.startwc = NULL;
|
||||
lr->token.val.str.lenwc = 0;
|
||||
|
||||
return &lr->token;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user