From: Thomas Schwinge Date: Sun, 28 May 2017 17:29:33 +0000 (+0000) Subject: _dl_random X-Git-Tag: archive/raspbian/2.25-3+rpi1~1^2^2^2^2^2~145 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=572a1bb6b77195277b039180e7a030cb94fe99c1;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 bb964d31c..fdc83ae28 100644 --- a/sysdeps/mach/hurd/dl-sysdep.c +++ b/sysdeps/mach/hurd/dl-sysdep.c @@ -62,6 +62,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;