[PATCH] D80299: [DebugInfo] - Fix attempts of reading past the end of .eh_frame in DWARFDebugFrame::parse().

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 22 12:20:33 PDT 2020


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

LGTM. Probably worth giving other reviewers a change to comment (May 25 is a US holiday)



================
Comment at: llvm/test/DebugInfo/X86/eh-frame-truncated.s:1
+## Check we report a proper error when a content
+## of the .eh_frame section is truncated.
----------------
the content

the content of .eh_frame
or
the content of the .eh_frame section


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

https://reviews.llvm.org/D80299





More information about the llvm-commits mailing list