diff options
author | isuckatcs <65320245+isuckatcs@users.noreply.github.com> | 2022-08-02 11:28:15 +0200 |
---|---|---|
committer | isuckatcs <65320245+isuckatcs@users.noreply.github.com> | 2022-08-03 19:25:02 +0200 |
commit | 10a7ee0bac211810376f29a879a9f73ed2ab15fc (patch) | |
tree | acb897215320eb2599cb09bd1089e63cc980ea12 /lldb/packages/Python/lldbsuite/test/configuration.py | |
parent | 3426fc7318fe555ee37db14525e9bf024760fde2 (diff) | |
download | llvm-10a7ee0bac211810376f29a879a9f73ed2ab15fc.zip llvm-10a7ee0bac211810376f29a879a9f73ed2ab15fc.tar.gz llvm-10a7ee0bac211810376f29a879a9f73ed2ab15fc.tar.bz2 |
[analyzer] Fix for the crash in #56873
In ExprEngine::bindReturnValue() we cast an SVal to DefinedOrUnknownSVal,
however this SVal can also be Undefined, which leads to an assertion failure.
Fixes: #56873
Differential Revision: https://reviews.llvm.org/D130974
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/configuration.py')
0 files changed, 0 insertions, 0 deletions