]> Cypherpunks repositories - gostls13.git/commit
crypto/aes: fix overrun in assembly encrypt/decrypt
authorRuss Cox <rsc@golang.org>
Fri, 9 May 2014 19:40:55 +0000 (15:40 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 9 May 2014 19:40:55 +0000 (15:40 -0400)
commit3e8ed96c63145f5164dbc96b294220e1e6050b5d
tree59f917d486090e83a74d90c25667f83ac7992452
parentc99dce2b058b2260f05d694c1eaf0bbf16e79d27
crypto/aes: fix overrun in assembly encrypt/decrypt

Fixes #7928.

LGTM=bradfitz
R=golang-codereviews
CC=agl, bradfitz, golang-codereviews
https://golang.org/cl/91320043
src/pkg/crypto/aes/aes_test.go
src/pkg/crypto/aes/cipher.go
src/pkg/crypto/aes/cipher_asm.go