diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-03-31 19:36:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-31 19:36:05 -0700 |
commit | 0b8c8ed04211dae629811f24e6033e5c2185508f (patch) | |
tree | 6fc679c7ea407251edfa2f1f2b4a409a2ba4471e /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | b2d272ccfb9407ded7e54d1eabd5b5743aa9dd1b (diff) | |
download | llvm-0b8c8ed04211dae629811f24e6033e5c2185508f.zip llvm-0b8c8ed04211dae629811f24e6033e5c2185508f.tar.gz llvm-0b8c8ed04211dae629811f24e6033e5c2185508f.tar.bz2 |
[lldb] Fix use-after-free in SBMutexTest (#133840)
The `locked` variable can be accessed from the asynchronous thread until
the call to f.wait() completes. However, the variable is scoped in a
lexical block that ends before that, leading to a use-after-free.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions