This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readelf] - Do not crash when dumping the dynamic symbol table when its sh_entzize == 0.
ClosedPublic

Authored by grimar on Jun 19 2020, 6:36 AM.

Details

Summary

We have a division by zero crash currently when
the sh_entzize of the dynamic symbol table is 0.

Diff Detail

Event Timeline

grimar created this revision.Jun 19 2020, 6:36 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jun 22 2020, 1:14 AM
This revision was automatically updated to reflect the committed changes.