In some cases the recursion will grow the visited hash table and
invalidate the cached iterator.
(caught with ASAN)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131027
Fix use-after-free in SymbolTable::replaceAllSymbolUses ClosedPublic Authored by mehdi_amini on Aug 2 2022, 3:18 PM.
Details Summary In some cases the recursion will grow the visited hash table and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 2 2022, 3:22 PM This revision was landed with ongoing or failed builds.Aug 2 2022, 3:30 PM Closed by commit rG4f0262c16405: Fix use-after-free in SymbolTable::replaceAllSymbolUses (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 449456 mlir/lib/IR/SubElementInterfaces.cpp
|