On 12/14/2013 05:50 PM, Claus Assmann wrote:

Program received signal SIGBUS, Bus error.
sha1_block_data_order_ssse3 () at sha1-x86_64.s:1328
1328            movdqa  %xmm0,0(%rsp)

movdqa needs 16-byte alignment.

rsp            0x800736048      0x800736048

%rsp is only 8-byte aligned.

This is likely a toolchain bug, and not something that can be reasonably fixed in OpenSSL.

--
Florian Weimer / Red Hat Product Security Team
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to