CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/03 05:38:10
Modified files:
lib/libssl : s3_clnt.c
Log message:
Address a potential leak in ssl3_get_server_kex_ecdhe() - if we allocate
ngroup and the following EC_KEY_set_group() fails, ngroup will not be
freed. Avoid this by freeing on return.
ok millert@
