Add missing return check for PACKET_buf_init
authorMatt Caswell <matt@openssl.org>
Mon, 3 Aug 2015 16:20:07 +0000 (17:20 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 13 Aug 2015 19:34:51 +0000 (20:34 +0100)
commitf9f6053442a2918d0445866252256b2cb54a1187
tree8df33ad579175275c53fcf23211e1964b4ea6d25
parentcc2829e6641092abed8360433dbe67e883fd1cc6
Add missing return check for PACKET_buf_init

The new ClientHello PACKET code is missing a return value check.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
ssl/s3_srvr.c