diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-01-08 20:13:35 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 20:13:35 -0500 |
commit | 20b38e0301279a37a3f1e769843933bcc0d5f736 (patch) | |
tree | f57c789b9ce863d6c82e6297a51152cadd07ff3a /ChangeLog | |
parent | f5420cf0739d8eda529b0b4694826f9ccb828573 (diff) | |
download | glibc-20b38e0301279a37a3f1e769843933bcc0d5f736.zip glibc-20b38e0301279a37a3f1e769843933bcc0d5f736.tar.gz glibc-20b38e0301279a37a3f1e769843933bcc0d5f736.tar.bz2 |
sscanf always calls realloc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com> + + * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when + appropriate. + 2012-01-08 Ulrich Drepper <drepper@gmail.com> * math/Makefile (tests): Add tst-CMPLX. |