eliben / pyelftools

Parsing ELF and DWARF in Python
Other
1.99k stars 507 forks source link

Fix for crash on CUs with no lineprograms #549

Closed sevaa closed 5 months ago

sevaa commented 5 months ago

Addresses #23.

sevaa commented 5 months ago

No checks?

eliben commented 4 months ago

No checks?

Indeed, this is odd. I'll investigate

eliben commented 4 months ago

I think this is because the branch name wasn't updated from master to main in the ci.yml file. Should be fixed now and work for subsequent PRs and commits; thanks for flagging this.