From 2817304c03c0a22cd04ed7da571c0e19755f369e Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 25 Nov 2015 17:06:59 +0100 Subject: Do not add relro attribute to __libc_stack_end It does not actually work yet --- sysdeps/mach/hurd/dl-sysdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/dl-sysdep.c') diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index 6b8ed0dd81..99e68665cf 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -55,7 +55,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 = NULL; +void *__libc_stack_end; rtld_hidden_data_def(__libc_stack_end) #if HP_TIMING_AVAIL -- cgit v1.2.3