diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 18:23:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-21 18:23:50 +0000 |
commit | af269dd9541f881695ac27ad951c094b8dbd4738 (patch) | |
tree | bdf376bd4c205c886ba088ba94b80f80ac391ada /ChangeLog | |
parent | 1f4843fbffccebc60f85b1e1a48711d4fb9ab210 (diff) | |
download | glibc-af269dd9541f881695ac27ad951c094b8dbd4738.tar.gz glibc-af269dd9541f881695ac27ad951c094b8dbd4738.tar.xz glibc-af269dd9541f881695ac27ad951c094b8dbd4738.zip |
[BZ #4514]
* stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable, reinitialize workend at the start of each do_positional format spec loop, free workstart before do_positional loops. (printf_unknown): Fix size of work_buffer. * stdio-common/tst-sprintf.c (main): Add 3 new testcases.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8ae27f3de1..e0e7622239 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2007-05-21 Jakub Jelinek <jakub@redhat.com> + [BZ #4514] + * stdio-common/vfprintf.c (vfprintf): Don't shadow workstart variable, + reinitialize workend at the start of each do_positional format spec + loop, free workstart before do_positional loops. + (printf_unknown): Fix size of work_buffer. + * stdio-common/tst-sprintf.c (main): Add 3 new testcases. + * malloc/hooks.c (MALLOC_STATE_VERSION): Bump. (public_sET_STATe): If ms->version < 3, put all chunks into unsorted chunks and clear {fd,bk}_nextsize fields of largebin |