]> git.ipfire.org Git - thirdparty/glibc.git/commit
2007-05-04 Ulrich Drepper <drepper@redhat.com>
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 15:15:03 +0000 (15:15 +0000)
committerJakub Jelinek <jakub@redhat.com>
Thu, 12 Jul 2007 15:15:03 +0000 (15:15 +0000)
commit3a47d900471afccf2092598105e46a01c55724b9
tree7ecf5f00f983d759885db23f9a07deead6d2be9c
parent6d4cde8a3d52cc674276f2c34bde05b77eb0eecd
2007-05-04  Ulrich Drepper  <drepper@redhat.com>

* stdio-common/vfprintf.c (process_string_arg): Adjust call to
__mbsnrtowcs after last change.

2007-05-02  Jakub Jelinek  <jakub@redhat.com>

* stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
fixed length array for ignore.

2007-04-30  Ulrich Drepper  <drepper@redhat.com>

[BZ #4438]
* stdio-common/vfprintf.c (process_string_arg): Don't overflow the
stack for large precisions.
* stdio-common/test-vfprintf.c (main): Add test for large
precision.
ChangeLog
stdio-common/test-vfprintf.c
stdio-common/vfprintf.c