[PATCH] D77368: [ELF] Allow invalid sh_size%sh_entsize!=0 for non-SHF_MERGE sections

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 01:02:32 PDT 2020


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

LGTM, thanks for fixing. A minor stylistic comment that me might want to put the check for SHF_MERGE as the first item as I don't think we'd create a merge section for anything else.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77368





More information about the llvm-commits mailing list