From: Thomas Schwinge Date: Wed, 29 Nov 2017 03:00:21 +0000 (+0000) Subject: _dl_random X-Git-Tag: archive/raspbian/2.25-3+rpi1~147 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=47b18812c4f7984ef7907e6319f989d955448e08;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;