From: Thomas Schwinge Date: Sat, 3 Mar 2018 10:47:56 +0000 (+0000) Subject: _dl_random X-Git-Tag: archive/raspbian/2.27-1+rpi1^2~129 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c42eb29d82ff96ecf84d9dd14b63ae5d85c15d74;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 7e91d5fd5..0f1653e85 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;