We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Thanks for your great efforts in developing plthook. It is a very useful tool.
While I am going through the code, I found a minor typo in code which in most cases does not affect the correctness but may be wrong sometimes.
I feel both below statements should use dyn->d_un.d_val instead of dyn->d_un.d_ptr.
dyn->d_un.d_val
dyn->d_un.d_ptr
plthook/plthook_elf.c
Line 631 in 8bf1499
Line 638 in 8bf1499
It is quite trivial, so I hope I would not bother you too much.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Thanks for your great efforts in developing plthook. It is a very useful tool.
While I am going through the code, I found a minor typo in code which in most cases does not affect the correctness but may be wrong sometimes.
I feel both below statements should use
dyn->d_un.d_val
instead ofdyn->d_un.d_ptr
.plthook/plthook_elf.c
Line 631 in 8bf1499
plthook/plthook_elf.c
Line 638 in 8bf1499
It is quite trivial, so I hope I would not bother you too much.
Thanks.
The text was updated successfully, but these errors were encountered: