Home
last modified time | relevance | path

Searched hist:a67caed71e1553235eb5b2ae0e252e654111a382 (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cppdiff a67caed71e1553235eb5b2ae0e252e654111a382 Wed Aug 25 11:25:09 CDT 2021 P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> NULL check before pointer dereference

The function EVP_CIPHER_CTX_set_padding() is called with ctx.get()
before checking ctx for NULL. The NULL check is performed after the
function.
This commit moves the NULL check before Function call.

Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>
Change-Id: If8f3b78d2e33c216adac9da54bdc22079435aad4