aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-02-11 06:36:50 +0000
committerUlrich Drepper <drepper@redhat.com>2004-02-11 06:36:50 +0000
commit22d9c1ee55f5955e996d5b3017844d2fdfcea330 (patch)
tree7c4a4cc5d722990b816dc82908315b261d0b9220
parent3504e5a65c91c98b92841176eecf1b8d84b2081a (diff)
downloadglibc-22d9c1ee55f5955e996d5b3017844d2fdfcea330.tar
glibc-22d9c1ee55f5955e996d5b3017844d2fdfcea330.tar.gz
glibc-22d9c1ee55f5955e996d5b3017844d2fdfcea330.tar.bz2
glibc-22d9c1ee55f5955e996d5b3017844d2fdfcea330.zip
Update.
* sysdeps/generic/setenv.c (__add_to_environ): Don't let the temporary copies of the variables accumulate on the stack.
-rw-r--r--ChangeLog3
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>