diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 08:29:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 08:29:56 +0000 |
commit | b526f8ac5fa5e04ffe3aee151d777ad4c0747ece (patch) | |
tree | db0e0f9f41101dc042b951098084cac41d76f3c5 /ChangeLog | |
parent | e9e9b245b98b8aeb8b8e898dce2b8c0f771602d6 (diff) | |
download | glibc-b526f8ac5fa5e04ffe3aee151d777ad4c0747ece.tar.gz glibc-b526f8ac5fa5e04ffe3aee151d777ad4c0747ece.tar.xz glibc-b526f8ac5fa5e04ffe3aee151d777ad4c0747ece.zip |
Update.
1999-12-19 Ulrich Drepper <drepper@cygnus.com> * stdio-common/printf_fp.c (__printf_fp): Allocate buffer to generate mantissa output in using malloc if it is larger than 20000 characters. Reported by Jim Meyering <meyering@ascend.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 32beebedea..b636cdd391 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1999-12-19 Ulrich Drepper <drepper@cygnus.com> + + * stdio-common/printf_fp.c (__printf_fp): Allocate buffer to + generate mantissa output in using malloc if it is larger than + 20000 characters. + Reported by Jim Meyering <meyering@ascend.com>. + 1999-12-18 Ulrich Drepper <drepper@cygnus.com> * misc/sys/cdefs.h: Define __attribute_malloc__ according to |