_dl_random
authorThomas Schwinge <thomas@schwinge.name>
Sun, 28 May 2017 17:29:33 +0000 (17:29 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 28 May 2017 17:29:33 +0000 (17:29 +0000)
_dl_random

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

sysdeps/mach/hurd/dl-sysdep.c

index bb964d31c5c3af35dd9ae26940ea2cf771c303ab..fdc83ae28b73611f932ebea5441082c5bf3a9c3b 100644 (file)
@@ -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;