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.
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.