Fix deref after null
authorABautkin <A.Bautkin@aladdin-rd.ru>
Thu, 16 Dec 2021 12:59:14 +0000 (15:59 +0300)
committerPauli <pauli@openssl.org>
Sun, 19 Dec 2021 23:54:00 +0000 (10:54 +1100)
commit68b78dd7e40f57064b0f24728d8b544fe583599c
tree127c4e26535d45c747decf2b1bf96a6ed789a683
parent08dfbe0798f57ac9e9793fdfcaff54cfdf6b3359
Fix deref after null

ctx may be NULL at 178 line

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17293)
providers/implementations/storemgmt/file_store.c