From 0a8f00af3446507a907266614c63e91e49a69691 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 16 Nov 2011 23:36:40 +0000 Subject: [PATCH] bsaes-x86_64.pl: fix buffer overrun in tail processing [from HEAD]. --- crypto/aes/asm/bsaes-x86_64.pl | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0