commit | 6215f27a83c6b9089a217dd6deab1665e0ced516 | [log] [tgz] |
---|---|---|
author | Dr. Stephen Henson <steve@openssl.org> | Sun Oct 02 14:13:40 2016 +0100 |
committer | Dr. Stephen Henson <steve@openssl.org> | Mon Oct 17 14:34:00 2016 +0100 |
tree | 7385937a786ba409f7ef88146fd272edc279ade1 | |
parent | ba6017a19346a169ca09bb67427ccf6fc56af0af [diff] |
Fix embedded string handling. Don't rely on embedded flag to free strings correctly: it wont be set if there is a malloc failure during initialisation. Thanks to Guido Vranken for reporting this issue. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1725)