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

A minor typo issue. #33

Open
ZhangZhuoSJTU opened this issue May 17, 2021 · 0 comments
Open

A minor typo issue. #33

ZhangZhuoSJTU opened this issue May 17, 2021 · 0 comments

Comments

@ZhangZhuoSJTU
Copy link

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.

total_size = dyn->d_un.d_ptr;

elem_size = dyn->d_un.d_ptr;

It is quite trivial, so I hope I would not bother you too much.

Thanks.

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

1 participant