uber-archive / pyflame

🔥 Pyflame: A Ptracing Profiler For Python. This project is deprecated and not maintained.
Apache License 2.0
2.98k stars 240 forks source link

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

Open superbobry opened 5 years ago

superbobry commented 5 years ago

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

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.