diff options
author | Mehdi Amini <joker.eph@gmail.com> | 2022-08-02 22:18:36 +0000 |
---|---|---|
committer | Mehdi Amini <joker.eph@gmail.com> | 2022-08-02 22:30:17 +0000 |
commit | 4f0262c1640531dd431cf205f4b802b1fabb6489 (patch) | |
tree | 3451faf90af117ea1aa26424caea0593de983432 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | a5605f1f6853ee26456895f6055fa5e11a875de0 (diff) | |
download | llvm-4f0262c1640531dd431cf205f4b802b1fabb6489.zip llvm-4f0262c1640531dd431cf205f4b802b1fabb6489.tar.gz llvm-4f0262c1640531dd431cf205f4b802b1fabb6489.tar.bz2 |
Fix use-after-free in SymbolTable::replaceAllSymbolUses
In some cases the recursion will grow the `visited` hash table and
invalidate the cached iterator.
(caught with ASAN)
Differential Revision: https://reviews.llvm.org/D131027
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions