* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size
commit9ca230d62f1813679700f821d3de48ce4aa73f2a
authorUlrich Drepper <drepper@redhat.com>
Tue, 6 Nov 2007 21:38:49 +0000 (6 21:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 6 Nov 2007 21:38:49 +0000 (6 21:38 +0000)
tree443df80bbebc471017f3489d131940578347ba73
parenteb46bc8fd67968693f627d0a834a5aa093e931b3
* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size

with size_t type.
* stdio-common/printf_fp.c (__print_fp): Change chars_needed type to
size_t.  Add casts where needed.
ChangeLog
stdio-common/printf_fp.c
stdio-common/vfprintf.c