]> git.ipfire.org Git - thirdparty/hostap.git/commit
OpenSSL: Fix possible null pointer dereference on an OCSP error path
authorAyala Beker <ayala.beker@intel.com>
Mon, 25 Jan 2016 10:28:46 +0000 (12:28 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 5 Feb 2016 22:58:32 +0000 (00:58 +0200)
commit443c8e18de801b974f57c59ce90c80b3a391ee06
tree9d8971f1a7d87aecac402b94b886be706c110dd8
parenta3cc64f3d28afca4c6fb432d1e94b378fc87337b
OpenSSL: Fix possible null pointer dereference on an OCSP error path

Fix possible null pointer dereference in check_ocsp_resp() if an memory
allocation fails.

Signed-off-by: Ayala Beker <ayala.beker@intel.com>
src/crypto/tls_openssl_ocsp.c