[PATCH] D85654: [llvm-readobj/elf] - Refine the warning about the broken PT_DYNAMIC segment.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 21:33:22 PDT 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

> "PT_DYNAMIC segment offset (0x1234) + file size (0x5678) exceeds the size of the file (0x9abc)"

The example needs a change. 0x1234+0x5678 < 0x9abc


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85654/new/

https://reviews.llvm.org/D85654



More information about the llvm-commits mailing list