A minor typo issue.
ZhangZhuoSJTU opened this issue · 0 comments
ZhangZhuoSJTU commented
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
.
Line 631 in 8bf1499
Line 638 in 8bf1499
It is quite trivial, so I hope I would not bother you too much.
Thanks.