mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
Update.
* elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically loading modules with the DF_STATIC_TLS flag set. * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags element. * include/link.h (struct link_map): Add l_flags field. * elf/elf.h (DF_STATIC_TLS): New definition.
This commit is contained in:
@@ -237,6 +237,7 @@ struct link_map
|
||||
/* Various flag words. */
|
||||
ElfW(Word) l_feature_1;
|
||||
ElfW(Word) l_flags_1;
|
||||
ElfW(Word) l_flags;
|
||||
|
||||
/* Temporarily used in `dl_close'. */
|
||||
unsigned int l_idx;
|
||||
|
Reference in New Issue
Block a user