_dl_random
authorThomas Schwinge <thomas@schwinge.name>
Fri, 9 Mar 2018 20:48:04 +0000 (20:48 +0000)
committerAurelien Jarno <aurel32@debian.org>
Fri, 9 Mar 2018 20:48:04 +0000 (20:48 +0000)
_dl_random

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

sysdeps/mach/hurd/dl-sysdep.c

index 7e91d5fd5816671d37ad89405723b9edbab7c516..0f1653e8538ab96d879018e6d48c69e5b3e382ba 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;