| commit | a67caed71e1553235eb5b2ae0e252e654111a382 | [log] [tgz] |
|---|---|---|
| author | P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> | Wed Aug 25 21:55:09 2021 +0530 |
| committer | P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com> | Wed Aug 25 21:55:09 2021 +0530 |
| tree | bcea4491ce402f42ead256d5122b002d62340b78 | |
| parent | d1bd8c48c0ae67a1f7fba91b0705a4d5aca027fc [diff] |
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
To build this package, do the following steps:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run ./bootstrap.sh clean.