[llvm-commits] [llvm] r124282 - /llvm/trunk/lib/Analysis/ScalarEvolution.cpp
Duncan Sands
baldrick at free.fr
Wed Jan 26 00:48:54 PST 2011
Hi Nick,
> Fix memory corruption. If one of the SCEV creation functions calls another but
> doesn't return immediately after then the insert position in UniqueSCEVs will
> be out of date. No test because this is a memory corruption issue. Fixes PR9051!
thanks for fixing it. Adding a test is still useful since the valgrind
buildbots should spot the memory corruption if it ever comes back.
Ciao, Duncan.
More information about the llvm-commits
mailing list