diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 06:58:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-21 06:58:22 +0000 |
commit | 376b8b3de93bcb3bb4a739d62bc02895f6eba227 (patch) | |
tree | 09ac3b19b282c0c0e85aba1eb0ea60de840a6ae4 /ChangeLog | |
parent | 4a069c3345ea4e832c814a46267942226e53f9a2 (diff) | |
download | glibc-376b8b3de93bcb3bb4a739d62bc02895f6eba227.tar.gz glibc-376b8b3de93bcb3bb4a739d62bc02895f6eba227.tar.xz glibc-376b8b3de93bcb3bb4a739d62bc02895f6eba227.zip |
Update.
* wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small don't search for NUL byte to decrement counter. Reported by Ulrich.Brink@sap.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 268c7ea9b1..a62bc29739 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-04-20 Ulrich Drepper <drepper@redhat.com> + * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small + don't search for NUL byte to decrement counter. + Reported by Ulrich.Brink@sap.com. + * iconv/gconv_simple.c: Define separate functions to convert from UCS4/UCS4-LE to the internal encoding. * iconv/gconv_builtin.h: Use separate functions to convert from |