ocsp.c doesn't free the whole output chain, maybe causing a memory leak
authorRichard Levitte <levitte@openssl.org>
Wed, 31 Jan 2018 21:08:12 +0000 (22:08 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 1 Feb 2018 06:10:48 +0000 (07:10 +0100)
commit4e525a0b4db2b11bee15a485b6ed6622ca8948f1
tree65767d11a958f707991fa33601a007aeae3805f2
parent71bb86f0dc72c49d9efc098a71a6654004a2035a
ocsp.c doesn't free the whole output chain, maybe causing a memory leak

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5224)
apps/ocsp.c