diff options
author | Fabian Schiebel <52407375+fabianbs96@users.noreply.github.com> | 2024-03-01 20:53:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 14:53:54 -0500 |
commit | 1685e7fdab3f1b3fc654f7c93219594532becb81 (patch) | |
tree | bbeb487147599302d750dba831f999fdda4fbd4d /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 1a0c988ebddd83bd34393a1500b5f3ce80888fbc (diff) | |
download | llvm-1685e7fdab3f1b3fc654f7c93219594532becb81.zip llvm-1685e7fdab3f1b3fc654f7c93219594532becb81.tar.gz llvm-1685e7fdab3f1b3fc654f7c93219594532becb81.tar.bz2 |
[Support] Fix crash in install_bad_alloc_error_handler (#83160)
Previously, the function `install_bad_alloc_error_handler` was asserting that a bad_alloc error handler was not already installed. However, it was actually checking for the fatal-error handler, not for the bad_alloc error handler, causing an assertion failure if a fatal-error handler was already installed.
Fixes #83040
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions