[PATCH] D69502: [LLDB] [PECOFF] Don't crash in ReadImageDataByRVA for addresses out of range

Pavel Labath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 01:34:59 PDT 2019


labath accepted this revision.
labath added inline comments.


================
Comment at: lldb/test/Shell/Minidump/Windows/Inputs/broken-unwind.exe.yaml:29
+  ExceptionTable:  
+    RelativeVirtualAddress: 12303
+    Size:            12
----------------
Maybe add a comment that this is the thing which points outside the .pdata (or any other) section.


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

https://reviews.llvm.org/D69502





More information about the llvm-commits mailing list