[all-commits] [llvm/llvm-project] aa728f: [lldb] Fix stack-use-after-scope issue in Scripted...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Mon Mar 6 16:35:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa728ff754e9de91f20fca1e2847d69a81cccb75
https://github.com/llvm/llvm-project/commit/aa728ff754e9de91f20fca1e2847d69a81cccb75
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M lldb/include/lldb/Interpreter/ScriptedInterface.h
Log Message:
-----------
[lldb] Fix stack-use-after-scope issue in ScriptedInterface.h
This patch should fix a `stack-use-after-scope` in the helper function
`ScriptedInterface::ErrorWithMessage`.
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list