diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-01 23:37:33 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-01 23:37:33 +0000 |
commit | f93d162e335320c5c33f7ae9f6cc94cce2494f6d (patch) | |
tree | 0c6fad8fc17f19c1753f0610fbd39a4ce3767980 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 2264f96c2a3b5db3df1a33b15cc32f1797d47d2d (diff) | |
download | bcm5719-llvm-f93d162e335320c5c33f7ae9f6cc94cce2494f6d.tar.gz bcm5719-llvm-f93d162e335320c5c33f7ae9f6cc94cce2494f6d.zip |
[dsymutil] Fix heap-use-after-free related to the LinkOptions.
In r367348, I changed dsymutil to pass the LinkOptions by value isntead
of by const reference. However, the options were still captured by
reference in the LinkLambda. This patch fixes that by passing them in by
value.
llvm-svn: 367635
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions