summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-11-16 23:34:01 +0000
committerAndy Polyakov <appro@openssl.org>2011-11-16 23:34:01 +0000
commitd127ef78adeeaef30e77cfa0cfc302e8441104c0 (patch)
treec1f34d02c1ebf1d59b32e42cb9e4ff0b8d769364
parentd674bb4bc84e6e8cf510adfe7049cb19a2c29cf8 (diff)
bsaes-x86_64.pl: fix buffer overrun in tail processing.
-rw-r--r--crypto/aes/asm/bsaes-x86_64.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/aes/asm/bsaes-x86_64.pl b/crypto/aes/asm/bsaes-x86_64.pl
index edc70fa1be..ff7e3afe82 100644
--- a/crypto/aes/asm/bsaes-x86_64.pl
+++ b/crypto/aes/asm/bsaes-x86_64.pl
@@ -1894,6 +1894,7 @@ $code.=<<___;
jmp .Lctr_enc_done
.align 16
.Lctr_enc_loop_done:
+ add \$8, $len
movdqu 0x00($inp), @XMM[8] # load input
pxor @XMM[8], @XMM[0]
movdqu @XMM[0], 0x00($out) # write output