projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a9a82f
)
_dl_random
author
Thomas Schwinge
<thomas@schwinge.name>
Fri, 9 Mar 2018 20:48:04 +0000
(20:48 +0000)
committer
Aurelien 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
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/dl-sysdep.c
b/sysdeps/mach/hurd/dl-sysdep.c
index 7e91d5fd5816671d37ad89405723b9edbab7c516..0f1653e8538ab96d879018e6d48c69e5b3e382ba 100644
(file)
--- 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;