[openssl-dev] [openssl.org #4360] [BUG] OpenSSL-1.0.1 crash on sha1_block_data_order_ssse3 asm

Andy Polyakov via RT rt at openssl.org
Tue Mar 1 12:52:17 UTC 2016


Hi,

> we met crash of openssl (varely, 3 times i have seen) on linux x86_64.
> openSSL version is  1.0.1r.
> 
> The stack is as below:
> Program terminated with signal 11, Segmentation fault.
> Thread 1 (Thread 0x7f0654871700 (LWP 22383)):
> #0 0x00007f06a2cdddb8 in sha1_block_data_order_ssse3 ()
> from *****/libcrypto.so.1.0.0
> #1 0xca62c1d6ca62c1d6 in ?? ()
> #2 0xca62c1d6ca62c1d6 in ?? ()
> #3 0xca62c1d6ca62c1d6 in ?? ()
> 
> We find the similar issue on https://rt.openssl.org/, the ticket id is 3191 .
> Can u help me confirm is it the same issue ?

Not with presented information :-( You need to complement it with output
from 'info reg' as well as output from 'disass' command till you see =>
mark pointing at failing instruction. From debugger prompts that is. And
since stack back-tracing is problematic here, tell approximately what
was going on? I mean did you experience crash with openssl command
(which one if so), or is it a web (or some other tls) server facing network?

> And where can I get the commit b77b58a398c8b9b4113f3fb6b48e162a3b8d4527 ?

It was incorporated 1.0.1 since 1.0.1f.


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4360
Please log in as guest with password guest if prompted



More information about the openssl-dev mailing list