提交 d3ab93e9 编写于 作者: M Matt Caswell

Fix a double free in tls13encryptiontest

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 6c670174
......@@ -157,6 +157,7 @@ static int load_record(SSL3_RECORD *rec, size_t recnum, unsigned char **key,
return 1;
err:
OPENSSL_free(*key);
*key = NULL;
OPENSSL_free(ivtmp);
OPENSSL_free(sq);
OPENSSL_free(pt);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册