aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.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 /clang/lib/CodeGen/CodeGenModule.cpp
parent8b54dbeefed0b2d2c3657f899b46a61fb816b890 (diff)
downloadllvm-65461246ff48669f7337f57da1aba2989d6d3dfc.zip
llvm-65461246ff48669f7337f57da1aba2989d6d3dfc.tar.gz
llvm-65461246ff48669f7337f57da1aba2989d6d3dfc.tar.bz2
[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 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions