From: Thomas Schwinge Date: Thu, 29 Mar 2018 19:47:29 +0000 (+0100) Subject: _dl_random X-Git-Tag: archive/raspbian/2.27-3+rpi1^2~129 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=70bbc24d6b7e4631d74d93a730cfd2ad2204bd5b;p=glibc.git _dl_random _dl_random Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name git-_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;