]> git.ipfire.org Git - thirdparty/openssl.git/commit
coverity: fix 1478169: dereference after NULL check
authorPauli <pauli@openssl.org>
Mon, 3 May 2021 22:23:10 +0000 (08:23 +1000)
committerPauli <pauli@openssl.org>
Thu, 6 May 2021 01:01:30 +0000 (11:01 +1000)
commita35536b52d91d02cbfeef22d1373a92252d19d62
treea25bffa4d62e942b8c25f5fe3de74971f9bc1b68
parent08a337fac6d56a3b9419f4fbf9a19af958c9c2a1
coverity: fix 1478169: dereference after NULL check

The code path shouldn't occur in our code but could in an application.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/15128)
crypto/pkcs12/p12_p8e.c