]> git.ipfire.org Git - thirdparty/glibc.git/commit - stdio-common/vfprintf.c
[BZ #6698]
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Jul 2008 23:39:16 +0000 (23:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Jul 2008 23:39:16 +0000 (23:39 +0000)
commit3703468e367995d84b683f27652e03e8f26c94d0
tree180e007a860d6218a322e64c8d551a3079d44679
parentbb0277bff5c444c5593699d5456ab3049fe3c94d
[BZ #6698]

* stdio-common/_i18n_number.h (_i18n_number_rewrite): Take additional
parameter for end of buffer.  If temporary copy is too large use
malloc.
* stdio-common/vfprintf.c: Adjust for _i18n_number_rewrite
interface change.
* stdio-common/printf_fp.c (__printf_fp): Likewise..  Account for
string rewrite when allocating buffer.
ChangeLog
stdio-common/_i18n_number.h
stdio-common/printf_fp.c
stdio-common/vfprintf.c