diff options
author | Ulrich Drepper <drepper@gmail.com> | 2010-12-24 19:28:32 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-12-24 19:28:32 -0500 |
commit | 07eb4b716ea5041bceb47b38ac8ab989a10b3afd (patch) | |
tree | 3abd0557573c328fd80b23ca87aa68d7b1e7bfd0 /ChangeLog | |
parent | 14b697f75a5f039a0e3155c62399ee217c0f17dc (diff) | |
download | glibc-07eb4b716ea5041bceb47b38ac8ab989a10b3afd.zip glibc-07eb4b716ea5041bceb47b38ac8ab989a10b3afd.tar.gz glibc-07eb4b716ea5041bceb47b38ac8ab989a10b3afd.tar.bz2 |
Always allow overwriting printf modifiers etc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-12-24 Ulrich Drepper <drepper@gmail.com> + + * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed + always use the slow path. + 2010-12-15 Ryan S. Arnold <rsa@us.ibm.com> * elf/Makefile: (check-execstack): Replace $(native-compile) with a |