diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-17 01:06:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-17 01:06:30 +0000 |
commit | 22318b7b137c63cb1512f286d3c2a2a42cec561f (patch) | |
tree | a9756d50d5f49742bf5a4c9f5ca7c5f3ba045729 /ChangeLog | |
parent | c9ade7e27fe7aa505cab2935b424d2187c38b8b8 (diff) | |
download | glibc-22318b7b137c63cb1512f286d3c2a2a42cec561f.tar glibc-22318b7b137c63cb1512f286d3c2a2a42cec561f.tar.gz glibc-22318b7b137c63cb1512f286d3c2a2a42cec561f.tar.bz2 glibc-22318b7b137c63cb1512f286d3c2a2a42cec561f.zip |
Update.
* stdio-common/vfprintf.c (process_string_arg) [printf]: Handle
possibly unterminated strings for %ls when a precision is
specified.
Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-08-16 Ulrich Drepper <drepper@cygnus.com> + * stdio-common/vfprintf.c (process_string_arg) [printf]: Handle + possibly unterminated strings for %ls when a precision is + specified. + Patch by Akira YOSHIYAMA <yosshy@tkf.att.ne.jp>. + * wcsmbs/wcsmbsload.c (__wcsmbs_clone_conv): Call update_conversion_ptrs. Reported by Shinya Hanataka <hanataka@abyss.rim.or.jp>. |