pyflame
pyflame copied to clipboard
Fixed overflow in ELF::NededLibs and ELF::WalkTable
Embedded CPython builds could have more than 2**16 symbols. This commit changes the iteration counter type in the aforementioned methods to Elf*Word.