diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-04 00:39:48 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-04 00:39:48 +0000 |
commit | 016f6f6a58aa31418de5592085c2e0ae06d4050d (patch) | |
tree | 8ab4b8c66d42fd9de7d6830ddabc0e0f63433498 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
parent | 57b6536ba1ba66aca802e4fa1f78ab5fdc2df34b (diff) | |
download | bcm5719-llvm-016f6f6a58aa31418de5592085c2e0ae06d4050d.tar.gz bcm5719-llvm-016f6f6a58aa31418de5592085c2e0ae06d4050d.zip |
[dsymutil] Fix stack-use-after-scope
The lambda is taking the stack-allocated Verify boolean by reference and
it would go out of scope on the next iteration. Moving it out of the
loop should fix the issue.
Fixes https://bugs.llvm.org/show_bug.cgi?id=43549
llvm-svn: 373683
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
0 files changed, 0 insertions, 0 deletions