projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71bb86f
)
ocsp.c doesn't free the whole output chain, maybe causing a memory leak
author
Richard Levitte
<levitte@openssl.org>
Wed, 31 Jan 2018 21:08:12 +0000
(22:08 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 1 Feb 2018 06:10:48 +0000
(07:10 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5224)
apps/ocsp.c
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index 122aee6770eea2d6fbda883a2105965547f54d12..bd16a5b869935e4aeb4d7ec2e508b34c7716d4fb 100644
(file)
--- a/
apps/ocsp.c
+++ b/
apps/ocsp.c
@@
-730,7
+730,7
@@
redo_accept:
free_index(rdb);
BIO_free_all(cbio);
BIO_free_all(acbio);
- BIO_free(out);
+ BIO_free
_all
(out);
OCSP_REQUEST_free(req);
OCSP_RESPONSE_free(resp);
OCSP_BASICRESP_free(bs);