]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: avoid out of bounds error in CryptBlocks
authorRuss Cox <rsc@golang.org>
Wed, 30 Jan 2013 20:45:13 +0000 (12:45 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 30 Jan 2013 20:45:13 +0000 (12:45 -0800)
commitfa2acad60379f59712cc15ea1c4192b982e69a35
tree1e12d8e850230caa7059f7f3f78c5ecd36f00bd6
parent7e9f00c80c56fe325d0c0e11c4a8ce4bc368b06e
crypto/cipher: avoid out of bounds error in CryptBlocks

Fixes #4699.

R=golang-dev, agl
CC=golang-dev
https://golang.org/cl/7231065
src/pkg/crypto/cipher/cbc.go
src/pkg/crypto/cipher/cipher_test.go [new file with mode: 0644]