Fix unhandled error condition in sslv2 client hello parsing.
authorAdam Eijdenberg <eijdenberg@google.com>
Tue, 4 Aug 2015 21:59:47 +0000 (14:59 -0700)
committerAdam Eijdenberg <eijdenberg@google.com>
Tue, 4 Aug 2015 22:05:01 +0000 (15:05 -0700)
commit6c3cca5793b1ac57daceb8111d842f954a5ecf6a
treeace463549ccc11ef80779ee57730fdd4e4b24d1d
parente77bdc7310fc8fb9e22fd481a991b3576d128b9f
Fix unhandled error condition in sslv2 client hello parsing.

--strict-warnings started showing warnings for this today...

Surely an error should be raised if these reads fail?

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/s3_srvr.c