[all-commits] [llvm/llvm-project] 2c3820: [test] Fix typo in setting the wrong Context test ...
Jordan Rupprecht via All-commits
all-commits at lists.llvm.org
Tue Sep 6 19:01:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c38201b091a82ac89f5668706baceff37c07197
https://github.com/llvm/llvm-project/commit/2c38201b091a82ac89f5668706baceff37c07197
Author: Jordan Rupprecht <rupprecht at google.com>
Date: 2022-09-06 (Tue, 06 Sep 2022)
Changed paths:
M lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
Log Message:
-----------
[test] Fix typo in setting the wrong Context test field
This manifests as an msan error because we check the value of `es`, but it's actually uninitialized because we mistakenly set `ss` twice.
More information about the All-commits
mailing list