Fix an uninitialised read on an error path
authorMatt Caswell <matt@openssl.org>
Thu, 25 Aug 2016 08:40:17 +0000 (09:40 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 25 Aug 2016 09:11:35 +0000 (10:11 +0100)
commitcc069067075d77c7a61e44a253aec917d0b6a2f5
tree908b1698729f30465794f12c15616680233b6b8b
parent5105ba5bec773883e86d8c026d1eac1f1c970669
Fix an uninitialised read on an error path

Found by Coverity.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/ocsp/ocsp_ext.c