summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJorge Gorbe Moya <jgorbe@google.com>2025-07-24 22:39:21 -0700
committerGitHub <noreply@github.com>2025-07-24 22:39:21 -0700
commit65461246ff48669f7337f57da1aba2989d6d3dfc (patch)
tree895eab3f11186ce3f581bcae47d7d7ae70863366 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent8b54dbeefed0b2d2c3657f899b46a61fb816b890 (diff)
[lldb] Fix uninitialized memory access. (#150544)
lldb/test/API/functionalities/process_save_core_minidump/TestProcessSaveCoreMinidump64b.py fails under msan with uninitialized memory access errors. The problem is that a few structs are written to the dump without having been fully initialized. This change makes them default-initialized so dumping the fields that aren't explicitly written to won't trigger UB.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions