| commit | 4bf086005fe5ebcda5dc4d48ff701b41ab9b07f0 | [log] [tgz] |
|---|---|---|
| author | Matt Caswell <matt@openssl.org> | Tue Dec 06 10:49:01 2016 +0000 |
| committer | Matt Caswell <matt@openssl.org> | Mon Dec 12 13:12:25 2016 +0000 |
| tree | 5f4385dac976af613846f95f4dff3cf76c711d73 | |
| parent | 82e089308bd9a7794a45f0fa3973d7659420fbd8 [diff] |
Fix a leak in SSL_clear() SSL_clear() was resetting numwpipes to 0, but not freeing any allocated memory for existing write buffers. Fixes #2026 Reviewed-by: Rich Salz <rsalz@openssl.org>