[PATCH] D72550: [SCCIterator] Fix another potential use-after-free
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 9 20:08:26 PDT 2020
jdoerfert added inline comments.
================
Comment at: llvm/lib/Analysis/CallGraphSCCPass.cpp:557
+ Nodes.erase(it);
+ }
break;
----------------
This part actually landed by now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72550/new/
https://reviews.llvm.org/D72550
More information about the llvm-commits
mailing list