From: Thomas Schwinge Date: Fri, 26 Jan 2018 22:35:29 +0000 (+0000) Subject: _dl_random X-Git-Tag: archive/raspbian/2.26-6+rpi1^2~169 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=11c507cafe3143782da44dff40be66234a9336e0;p=glibc.git _dl_random _dl_random Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name tg-_dl_random.diff --- diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c index 9986989a4..946eb6093 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -64,6 +64,8 @@ rtld_hidden_data_def(__libc_stack_end) hp_timing_t _dl_cpuclock_offset; #endif +/* TODO: this is never properly initialized in here. */ +void *_dl_random attribute_relro = NULL; struct hurd_startup_data *_dl_hurd_data;