Fix a memory leak in the ClientHello extension parsing
authorMatt Caswell <matt@openssl.org>
Mon, 31 Oct 2016 12:48:37 +0000 (12:48 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 9 Nov 2016 09:10:29 +0000 (09:10 +0000)
commit9529419d943c9c4cedd2397f78902c53b3091be1
treed85fc9bb3b965b02686b6905022013a3aa7269ee
parent4bfe1432c8d82ffaa99c01085da0520b6090567d
Fix a memory leak in the ClientHello extension parsing

We should be freeing up the raw extension data after we've finished with it.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
ssl/statem/statem_srvr.c