[all-commits] [llvm/llvm-project] 6459fd: [lldb] Fix uninitialized variable in EvaluateExpre...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Tue Feb 15 09:40:22 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6459fdf9a8e9e8c2e06eaa42a6eda6079665c596
https://github.com/llvm/llvm-project/commit/6459fdf9a8e9e8c2e06eaa42a6eda6079665c596
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M lldb/include/lldb/Target/Target.h
Log Message:
-----------
[lldb] Fix uninitialized variable in EvaluateExpressionOptions
Initialize m_pound_line_line to 0.
More information about the All-commits
mailing list