Skip to content
Commit 4ff4e7ce authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Fixed bug when allocating a ValueStateImpl object in getPersistentState()

using the bump-pointer allocator and a placed new; we accidentally allocated
a ValueStateImpl* instead, causing an overrun when we did a placed new().

llvm-svn: 46793
parent adf1f51f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment