This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj] Downgrade 'PT_DYNAMIC segment offset + size exceeds the size of the file' from an error to a warning
ClosedPublic

Authored by rupprecht on Aug 9 2019, 3:41 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

rupprecht created this revision.Aug 9 2019, 3:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2019, 3:41 PM
MaskRay accepted this revision.Aug 9 2019, 6:26 PM
This revision is now accepted and ready to land.Aug 9 2019, 6:26 PM
grimar accepted this revision.Aug 12 2019, 1:03 AM

LGTM.

llvm/test/tools/llvm-readobj/elf-malformed-pt-dynamic.test
2 ↗(On Diff #214469)

Should it be changed from error message -> message?

jhenderson accepted this revision.Aug 12 2019, 1:53 AM

LGTM, aside from @grimar's comment.

This revision was automatically updated to reflect the committed changes.
rupprecht marked an inline comment as done.