Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 11 Feb 2004 06:36:50 +0000 (06:36 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 11 Feb 2004 06:36:50 +0000 (06:36 +0000)
* sysdeps/generic/setenv.c (__add_to_environ): Don't let the
temporary copies of the variables accumulate on the stack.

ChangeLog

index d41a3cc..1b08828 100644 (file)
--- 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>