[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6706 - glibc-package/branches/glibc-2.21/debian/patches/hurd-i386



Author: sthibault
Date: 2015-11-25 16:08:14 +0000 (Wed, 25 Nov 2015)
New Revision: 6706

Modified:
   glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff
Log:
hurd: Do not add relro attribute to __libc_stack_end
It does not actually work yet


Modified: glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff
===================================================================
--- glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff	2015-11-25 02:25:18 UTC (rev 6705)
+++ glibc-package/branches/glibc-2.21/debian/patches/hurd-i386/cvs-hidden.diff	2015-11-25 16:08:14 UTC (rev 6706)
@@ -21,12 +21,10 @@
 index e446f15..7b3c569 100644
 --- a/sysdeps/mach/hurd/dl-sysdep.c
 +++ b/sysdeps/mach/hurd/dl-sysdep.c
-@@ -55,7 +55,8 @@ rtld_hidden_data_def (__libc_enable_secure)
- int __libc_multiple_libcs = 0;	/* Defining this here avoids the inclusion
+@@ -55,6 +55,7 @@ rtld_hidden_data_def (__libc_enable_secure)
  				   of init-first.  */
  /* This variable contains the lowest stack address ever used.  */
--void *__libc_stack_end;
-+void *__libc_stack_end attribute_relro = NULL;
+ void *__libc_stack_end;
 +rtld_hidden_data_def(__libc_stack_end)
  
  #if HP_TIMING_AVAIL


Reply to: