diff options
author | Vedant Kumar <vsk@apple.com> | 2019-12-12 11:08:56 -0800 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2019-12-12 11:39:41 -0800 |
commit | 46d970cc436068af826e5f6a59033dd0f10c570d (patch) | |
tree | 7f41f3580a1222b04bf8c823f4cea05fed6aa2f9 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py | |
parent | 654c0daef75a41eede06b413a5ecdd8ad2640240 (diff) | |
download | bcm5719-llvm-46d970cc436068af826e5f6a59033dd0f10c570d.tar.gz bcm5719-llvm-46d970cc436068af826e5f6a59033dd0f10c570d.zip |
TypeCategory: Initialize m_enabled to false
The initialization was accidentally lost in https://reviews.llvm.org/D71310, causing a ubsan failure:
/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/include/lldb/DataFormatters/TypeCategory.h:278:35: runtime error: load of value 190, which is not a valid value for type 'bool'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/include/lldb/DataFormatters/TypeCategory.h:278:35 in
http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake-sanitized/621/consoleText
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/TestSymbolContext.py')
0 files changed, 0 insertions, 0 deletions