diff options
author | Lang Hames <lhames@gmail.com> | 2016-01-28 22:35:48 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2016-01-28 22:35:48 +0000 |
commit | 2d8a2aa60a941b23453151da3bd6650e46c0bbf6 (patch) | |
tree | b24024a599b2da1a49e8b7adc460b5cffc0a7ab9 /lldb/packages/Python/lldbsuite/test/python_api/value | |
parent | 56d207331972f4eb3d0d9fd971d2e80a6c6d771d (diff) | |
download | bcm5719-llvm-2d8a2aa60a941b23453151da3bd6650e46c0bbf6.tar.gz bcm5719-llvm-2d8a2aa60a941b23453151da3bd6650e46c0bbf6.zip |
[RuntimeDyld][MachO] Fix handling of empty eh-frame sections.
This patch switches from an unguarded to a guarded loop for eh-frame record
fixups. In the unguarded version we would always make at least one call to
processFDE, which would then crash trying to fix up a frame that didn't exist.
Fixes <rdar://problem/24301582>
llvm-svn: 259103
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/value')
0 files changed, 0 insertions, 0 deletions