-
Adam Langley authored
a073d65e6f8c had a couple of bugs in the CFB mode that I missed in code review: 1) The loop condition wasn't updated from the old version. 2) It wasn't safe when src and dst aliased. Fixes #6950. R=golang-dev, hanwen CC=golang-dev https://golang.org/cl/42110043
1d546005