summaryrefslogtreecommitdiffstats
path: root/lldb/source/lldb-log.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-07-03 20:54:16 +0000
committerGreg Clayton <gclayton@apple.com>2012-07-03 20:54:16 +0000
commitc8a0ce0a7ad3983443ea49e6bece28ae1d0ffece (patch)
tree864b951f3e05d59517abd919d185d5515d195509 /lldb/source/lldb-log.cpp
parentd7331f2acbc25557e5a7feca3fb59fae1505ad18 (diff)
downloadbcm5719-llvm-c8a0ce0a7ad3983443ea49e6bece28ae1d0ffece.tar.gz
bcm5719-llvm-c8a0ce0a7ad3983443ea49e6bece28ae1d0ffece.zip
<rdar://problem/11800213>
Fixed a crasher in the "thread continue" code. There were many logic errors in the DoExecute function where thread index IDs were being used where the actual zero based thread index should have been used. This could cause crashes to happen since looking up a thread by index ID, when the zero based index of a thread should be used would return an empty thread shared pointer and cause a NULL deref. llvm-svn: 159686
Diffstat (limited to 'lldb/source/lldb-log.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud