diff options
author | Justin Bogner <mail@justinbogner.com> | 2015-07-08 18:32:26 +0000 |
---|---|---|
committer | Justin Bogner <mail@justinbogner.com> | 2015-07-08 18:32:26 +0000 |
commit | 25bf8cb3c0e3c41231289a6ff0a37b6d49b24011 (patch) | |
tree | 843534e70c89f9abb5e27e728ca80a251ed8b62e /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 338635389ffed7db4c89b3076280673f71d5d5ae (diff) | |
download | bcm5719-llvm-25bf8cb3c0e3c41231289a6ff0a37b6d49b24011.tar.gz bcm5719-llvm-25bf8cb3c0e3c41231289a6ff0a37b6d49b24011.zip |
AST: Avoid reading an unitialized value
Desugar doesn't necessarily initialize ShouldAKA, but as of r241542 it
may read it. Fix the misuse of the API and initialize this before
passing it in.
Found by ubsan.
llvm-svn: 241705
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions