Free a temporary buffer used by dsaparam application
The dsaparam application allocates a temporary buffer but then doesn't free it. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
b0cb22b07c
commit
a855d1a155
1 changed files with 1 additions and 0 deletions
|
@ -244,6 +244,7 @@ int dsaparam_main(int argc, char **argv)
|
|||
" return NULL;\n"
|
||||
" }\n"
|
||||
" return(dsa);\n}\n");
|
||||
OPENSSL_free(data);
|
||||
}
|
||||
|
||||
if (!noout) {
|
||||
|
|
Loading…
Reference in a new issue