diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-10-04 21:23:51 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-10-04 21:23:51 +0200 |
commit | 77523d5e43cb5721c23855eb6045b0607a3b30a0 (patch) | |
tree | a692226cc266966f729a9694bb174d067f6f3b72 /sysdeps/unix/sysv/linux/nios2/bits | |
parent | 2b26b084e4e4ba58a2ff9f8f8f14c9bca506bd59 (diff) | |
download | glibc-77523d5e43cb5721c23855eb6045b0607a3b30a0.tar.gz glibc-77523d5e43cb5721c23855eb6045b0607a3b30a0.tar.xz glibc-77523d5e43cb5721c23855eb6045b0607a3b30a0.zip |
elf: Assign TLS modid later during dlopen [BZ #24930]
Commit a42faf59d6d9f82e5293a9ebcc26d9c9e562b12b ("Fix BZ #16634.") attempted to fix a TLS modid consistency issue by adding additional checks to the open_verify function. However, this is fragile because open_verify cannot reliably predict whether _dl_map_object_from_fd will later fail in the more complex cases (such as memory allocation failures). Therefore, this commit assigns the TLS modid as late as possible. At that point, the link map pointer will eventually be passed to _dl_close, which will undo the TLS modid assignment. Reviewed-by: Gabriel F. T. Gomes <gabrielftg@linux.ibm.com>
Diffstat (limited to 'sysdeps/unix/sysv/linux/nios2/bits')
0 files changed, 0 insertions, 0 deletions