Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No access to TLS variables in target libraries #31

Closed
inconstante opened this issue Aug 14, 2021 · 1 comment
Closed

No access to TLS variables in target libraries #31

inconstante opened this issue Aug 14, 2021 · 1 comment

Comments

@inconstante
Copy link
Contributor

Pull request #19 adds support for live patches that require access to unexported variables in the target library. However, that only works for variables that are shared among all threads of the target process. When the variable resides in thread-local storage, that doesn't work. This issue is here to remind us that access to unexported thread-local variables is currently not supported by Libpulp.

@giulianobelinassi
Copy link
Collaborator

Fixed in c76a60a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants