projects
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2456f
)
_dl_random
author
Thomas Schwinge
<thomas@schwinge.name>
Fri, 5 Jan 2018 18:09:39 +0000
(18:09 +0000)
committer
Aurelien Jarno
<aurel32@debian.org>
Fri, 5 Jan 2018 18:09:39 +0000
(18:09 +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 9986989a4683c2a4c2e82ed2f9d54838187885b1..946eb609311f8ee026fa9a0da187c5471949fdf2 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;