提交 f20ee314 编写于 作者: R Richard Levitte

Make sure that bs is not getting free'd again.

Reported by Robert Eiglmaier <robert.eiglmaier@ixos.de>
上级 1e552869
......@@ -92,6 +92,7 @@ DSA *d2i_DSAPrivateKey(DSA **a, unsigned char **pp, long length)
== NULL) goto err_bn;
M_ASN1_INTEGER_free(bs);
bs = NULL;
M_ASN1_D2I_Finish_2(a);
err_bn:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册