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

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 12 01:03:56 PDT 2019


grimar accepted this revision.
grimar added a comment.

LGTM.



================
Comment at: llvm/test/tools/llvm-readobj/elf-malformed-pt-dynamic.test:2
 # If the offset and/or size fields of the PT_DYNAMIC field become corrupted,
 # we should report a sensible error message.
 
----------------
Should it be changed from `error message` -> `message`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66036





More information about the llvm-commits mailing list