Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Jan 2004 19:59:44 +0000 (19:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Jan 2004 19:59:44 +0000 (19:59 +0000)
* sysdeps/generic/dl-sysdep.c: Initialize __libc_stack_end.

ChangeLog
sysdeps/generic/dl-sysdep.c

index 9d2f1df..6583cbc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2004-01-15  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/generic/dl-sysdep.c: Initialize __libc_stack_end.
        * elf/rtld.c: Initialize _dl_argv to allow aliasing.
 
        * resolv/resolv.h: Add RES_USEBSTRING.
index 704dbdb..b95c02d 100644 (file)
@@ -53,7 +53,7 @@ INTVARDEF(__libc_enable_secure)
 int __libc_multiple_libcs = 0; /* Defining this here avoids the inclusion
                                   of init-first.  */
 /* This variable contains the lowest stack address ever used.  */
-void *__libc_stack_end attribute_relro;
+void *__libc_stack_end attribute_relro = NULL;
 rtld_hidden_data_def(__libc_stack_end)
 static ElfW(auxv_t) *_dl_auxv attribute_relro;