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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 26 01:35:12 PDT 2020


jhenderson accepted this revision.
jhenderson added a comment.

LGTM, with nit (somehow forgot to submit this when previously reviewing it, sorry for the delay).



================
Comment at: llvm/test/tools/llvm-readobj/ELF/unwind.test:247
+
+## Check we report a error when the .eh_frame section contains a truncated data.
+# RUN: yaml2obj --docnum=3 %s -o %t3.exe
----------------
contains a truncated -> contains truncated


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

https://reviews.llvm.org/D80299





More information about the llvm-commits mailing list