pyflame icon indicating copy to clipboard operation
pyflame copied to clipboard

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

Open superbobry opened this issue 7 years ago • 1 comments

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

superbobry avatar Jan 02 '19 16:01 superbobry

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jan 02 '19 16:01 CLAassistant