diff options
author | Jeff Law <law@redhat.com> | 2012-09-28 12:48:42 -0600 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2012-10-03 13:35:33 -0700 |
commit | cbc43bc538c3f06281e53e1345c77e1227f1b7a7 (patch) | |
tree | db92f752cc9901c2c251f9bf7afe63b80940daa1 /ChangeLog | |
parent | 6c62f10874ddbab671255ce85ec85233c67f8bfc (diff) | |
download | glibc-cbc43bc538c3f06281e53e1345c77e1227f1b7a7.tar.gz |
Don't parse %s format argument as multibyte string
(cherry picked from commit 715a900c9085907fa749589bf738b192b1a2bda5)
2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
[BZ #6530]
* stdio-common/vfprintf.c (process_string_arg): Revert
2000-07-22 change.
2011-09-28 Jonathan Nieder <jrnieder@gmail.com>
* stdio-common/Makefile (tst-sprintf-ENV): Set environment
for testcase.
* stdio-common/tst-sprintf.c: Include <locale.h>
(main): Test sprintf's handling of incomplete multibyte
characters.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2012-09-28 Andreas Schwab <schwab@linux-m68k.org> + + [BZ #6530] + * stdio-common/vfprintf.c (process_string_arg): Revert + 2000-07-22 change. + +2011-09-28 Jonathan Nieder <jrnieder@gmail.com> + + * stdio-common/Makefile (tst-sprintf-ENV): Set environment + for testcase. + * stdio-common/tst-sprintf.c: Include <locale.h> + (main): Test sprintf's handling of incomplete multibyte + characters. + 2012-09-25 Joseph Myers <joseph@codesourcery.com> [BZ #14621] |