Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Fixed overflow in ELF::NededLibs and ELF::WalkTable #161

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

superbobry
Copy link

Embedded CPython builds could have more than 2**16 symbols. This
commit changes the iteration counter type in the aforementioned
methods to Elf*Word.

Embedded CPython builds could have more than 2**16 symbols. This
commit changes the iteration counter type in the aforementioned
methods to Elf*Word.
@CLAassistant
Copy link

CLAassistant commented Jan 2, 2019

CLA assistant check
All committers have signed the CLA.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants