diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-02-11 06:36:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-02-11 06:36:50 +0000 |
commit | 22d9c1ee55f5955e996d5b3017844d2fdfcea330 (patch) | |
tree | 7c4a4cc5d722990b816dc82908315b261d0b9220 /ChangeLog | |
parent | 3504e5a65c91c98b92841176eecf1b8d84b2081a (diff) | |
download | glibc-22d9c1ee55f5955e996d5b3017844d2fdfcea330.tar.gz glibc-22d9c1ee55f5955e996d5b3017844d2fdfcea330.tar.xz glibc-22d9c1ee55f5955e996d5b3017844d2fdfcea330.zip |
Update.
* sysdeps/generic/setenv.c (__add_to_environ): Don't let the temporary copies of the variables accumulate on the stack.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d41a3ccf56..1b08828938 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,9 @@ 2004-02-10 Ulrich Drepper <drepper@redhat.com> + * sysdeps/generic/setenv.c (__add_to_environ): Don't let the + temporary copies of the variables accumulate on the stack. + * stdio-common/_i18n_number.h: Finish last patch. 2004-02-09 Ulrich Drepper <drepper@redhat.com> |