diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-29 07:01:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-29 07:01:36 +0000 |
commit | d2dc3fc9b61a4ae180a03ffd386f7a26b7b1213a (patch) | |
tree | de8632afed5a533d2cffe2f3e06243375c75c98c | |
parent | 515ab778a7197136a2ccf873dd27388081b5b6a4 (diff) | |
download | glibc-d2dc3fc9b61a4ae180a03ffd386f7a26b7b1213a.tar glibc-d2dc3fc9b61a4ae180a03ffd386f7a26b7b1213a.tar.gz glibc-d2dc3fc9b61a4ae180a03ffd386f7a26b7b1213a.tar.bz2 glibc-d2dc3fc9b61a4ae180a03ffd386f7a26b7b1213a.zip |
Update.
2000-04-29 Ulrich Drepper <drepper@redhat.com>
* wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s
== NULL.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2000-04-29 Ulrich Drepper <drepper@redhat.com> + + * wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s + == NULL. + 2000-04-28 Geoff Clare <gwc@unisoft.com> * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the |