diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-24 22:32:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-24 22:32:48 +0000 |
commit | d90e1b429546fc546e624769b213a0620de36951 (patch) | |
tree | ebc5bb52226c73fa1630e73c916cbf6954971f4f /ChangeLog | |
parent | b3f7c6654e6384333c7347c301b208b7a6ce9560 (diff) | |
download | glibc-d90e1b429546fc546e624769b213a0620de36951.tar.gz glibc-d90e1b429546fc546e624769b213a0620de36951.tar.xz glibc-d90e1b429546fc546e624769b213a0620de36951.zip |
Update.
2000-09-21 Bruno Haible <haible@clisp.cons.org> * stdio-common/vfscanf.c (__vfscanf, _IO_vfscanf): Fix bugs in reallocation logic for MALLOC (%as, %aS formats).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f49147a9f2..0955752fae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-21 Bruno Haible <haible@clisp.cons.org> + + * stdio-common/vfscanf.c (__vfscanf, _IO_vfscanf): Fix bugs in + reallocation logic for MALLOC (%as, %aS formats). + 2000-09-24 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c (process_arg): Handle %hhn. |