You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: