commit | 0110a4703608430c2131237c6afcf932a28c27ff | [log] [tgz] |
---|---|---|
author | Kazuki Yamaguchi <k@rhe.jp> | Sat Aug 06 22:24:44 2016 +0900 |
committer | Matt Caswell <matt@openssl.org> | Mon Aug 22 15:10:03 2016 +0100 |
tree | fe38e7ea9588bcf3affa6afac14b4c3692caed14 | |
parent | 9ba6f347fedbe103a06c8fd303912b358eacb11c [diff] |
Fix a memory leak in EC_GROUP_get_ecparameters() The variable 'buffer', allocated by EC_POINT_point2buf(), isn't free'd on the success path. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>