From: Thomas Schwinge Date: Sat, 16 Dec 2017 14:37:43 +0000 (+0000) Subject: _dl_random X-Git-Tag: archive/raspbian/2.25-5+rpi1^2~149 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3e53849b429d8c782b983df0f273478d0be95311;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;