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

Free a temporary buffer used by dsaparam application

The dsaparam application allocates a temporary buffer but then doesn't
free it.
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 b0cb22b0
......@@ -244,6 +244,7 @@ int dsaparam_main(int argc, char **argv)
" return NULL;\n"
" }\n"
" return(dsa);\n}\n");
OPENSSL_free(data);
}
if (!noout) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册