Page MenuHomeFreeBSD

libc: Reassociate pointer arithmetic in __libc_tls_get_addr
ClosedPublic

Authored by jrtc27 on May 7 2025, 2:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 5, 1:02 AM
Unknown Object (File)
Sep 14 2025, 5:34 AM
Unknown Object (File)
Sep 9 2025, 5:21 PM
Unknown Object (File)
Sep 9 2025, 4:25 PM
Unknown Object (File)
Sep 9 2025, 2:15 PM
Unknown Object (File)
Sep 5 2025, 6:30 AM
Unknown Object (File)
Sep 4 2025, 9:11 AM
Unknown Object (File)
Sep 1 2025, 8:43 AM
Subscribers

Details

Summary

Rather than compute a biased pointer only to then un-bias it again, un-bias
the offset before adding it to the DTV entry.

This mirrors rtld-elf commit d71c97026366 ("rtld-elf: Push
TLS_DTV_OFFSET into tls_get_addr_common's arguments")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable