Debugger: Fix #13797.hrev51648
commit737de463ddfff27b6d4003457c3d084de1d06997
authorRene Gollent <rene@gollent.com>
Sat, 2 Dec 2017 20:57:30 +0000 (2 15:57 -0500)
committerRene Gollent <rene@gollent.com>
Sat, 2 Dec 2017 20:58:28 +0000 (2 15:58 -0500)
tree8b95a88bc1d311846a117457e2d83642f5b941f8
parentdfc46d83b743b953ec0c3610e398a500bcfb8921
Debugger: Fix #13797.

- When reading the areas note, there was no check in place to ensure that a
  matching segment for the address was actually found. This would later lead
  to a crash when attempting to read memory from the corresponding (missing)
  piece of memory in the core.
src/kits/debugger/elf/CoreFile.cpp