Commits

Dave Abrahams committed 1f68ff48cca
[stdlib] Detect/fix potential memory-safety issue When a user violates the inout rules by "re-entering" an array that is currently undergoing mutation, it must not admit a memory-safety violation. To ensure that it doesn't, temporarily make the buffer being operated on inaccessible through the original array. Swift SVN r19532