aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorYingwei Zheng <dtcxzyw2333@gmail.com>2025-10-31 10:30:29 +0800
committerGitHub <noreply@github.com>2025-10-31 10:30:29 +0800
commit56777e7da2cb30f72a3ddc9861a2fbe3b9adbc6b (patch)
treeb6ed703c7aada00a433c22cbd440955a878bff25 /lldb/source/Plugins/ScriptInterpreter/Python
parent6ba2127a5cbe87a97a01ee73b2ef2c4681203b8c (diff)
downloadllvm-56777e7da2cb30f72a3ddc9861a2fbe3b9adbc6b.zip
llvm-56777e7da2cb30f72a3ddc9861a2fbe3b9adbc6b.tar.gz
llvm-56777e7da2cb30f72a3ddc9861a2fbe3b9adbc6b.tar.bz2
[SimplifyCFG] Avoid use-after-free when removing incoming values from PHI nodes (#165744)
`PHINode::removeIncomingValue` removes itself when there are no incoming edges. Then we cannot use it to retrieve the next instruction. Closes https://github.com/llvm/llvm-project/issues/165301.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions