Fix unitialised variable problem
authorMatt Caswell <matt@openssl.org>
Thu, 22 Oct 2015 12:31:20 +0000 (13:31 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:39:47 +0000 (08:39 +0000)
commit20dbe585772a18952b730b71cd6722ce62dfe88b
treec88e812945a45749d6691df03a2bae385d9350aa
parent31fd10e60d12ae2e955de8651fa84aff016d719a
Fix unitialised variable problem

tls_process_client_hello() failed to initialise the |al| variable in some
(error) scenarios. This could cause issues with creating the alert.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/statem/statem_srvr.c