-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add dt needed inside dt dynamic struct #17009
Conversation
This pull request introduces 1 alert when merging 1614af3 into d236343 - view on LGTM.com new alerts:
|
@ret2libc Okay i just found one little problem.
But the dyn_info only use Elf_(Xword). Or Elf_(Xword) != Elf_(Word). |
If in doubt, you can as well just use |
Ok, looks better thanks! Please update the tests as well and I think this looks good ;) |
Your checklist for this pull request
Detailed description
Add the dt_needed array.
So i could remove the old dyn entries buffer.
This PR need the validation of the pr #17004
Test plan
One regression test fail. But for me the test is false.
The expected value for the test suite
The dynamic section is invalid.
Closing issues
Work on #12732