[Lldb-commits] [PATCH] D77108: [lldb/DWARF] Fix evaluator crash when accessing empty stack
Med Ismail Bennani via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 31 08:49:28 PDT 2020
mib added a comment.
In D77108#1951610 <https://reviews.llvm.org/D77108#1951610>, @aprantl wrote:
> This is obviously good! Do you think that a similar error handling bug might exist in other cases that depend top-of-stack?
I quickly ran through the function, and it seems this was the only location where we were missing the check.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77108/new/
https://reviews.llvm.org/D77108
More information about the lldb-commits
mailing list