_dl_random
authorThomas Schwinge <thomas@schwinge.name>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
_dl_random

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name tg-_dl_random.diff

sysdeps/mach/hurd/dl-sysdep.c

index 9986989a4683c2a4c2e82ed2f9d54838187885b1..946eb609311f8ee026fa9a0da187c5471949fdf2 100644 (file)
@@ -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;