Skip to content

[ELFLOADER] Fix typo of numDynamic - #4222

Merged
ptitSeb merged 1 commit into
ptitSeb:mainfrom
zengdage:numDynaic
Aug 10, 2026
Merged

[ELFLOADER] Fix typo of numDynamic#4222
ptitSeb merged 1 commit into
ptitSeb:mainfrom
zengdage:numDynaic

Conversation

@zengdage

Copy link
Copy Markdown
Contributor

The outermost loop traverses the PHEntries array, and should use numPHEntries for boundary limits.

The outermost loop traverses the PHEntries array, and should use numPHEntries
for boundary limits.

@ksco ksco left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you doing static analysis using an LLM yourself or are you addressing issues from #4214?

@zengdage

Copy link
Copy Markdown
Contributor Author

Are you doing static analysis using an LLM yourself or are you addressing issues from #4214?

I didn’t know issue #4214 existed. I'm using LLM to do static analysis, and then perform manual verification myself. For any reported issues that are easy to do unit testing, I will additionally create unit tests to confirm their existence.

@ptitSeb
ptitSeb merged commit e8b1004 into ptitSeb:main Aug 10, 2026
28 checks passed
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

Successfully merging this pull request may close these issues.

3 participants