commit | c9e10f8dfeb7cdfc961ddef1250a28544bb9a03e | [log] [tgz] |
---|---|---|
author | Flavio Santes <flavio.santes@intel.com> | Fri Nov 18 17:31:44 2016 -0600 |
committer | Anas Nashif <nashif@linux.intel.com> | Tue Nov 22 01:59:10 2016 +0000 |
tree | a0d2e6e27391b0bab65fe58e6519109e7c33147a | |
parent | ad2fccb8714386c10af9cbf65a6ac3536a8f6640 [diff] |
tinycrypt/sha256: Array compared to NULL has no effect This commit fixes the issue reported by Coverity: an array compared against NULL is always false. Coverity-CID: 143715 Coverity-CID: 143730 Change-Id: Ie3c87f892c2b2a337981125e2a92c37c579d4b38 Signed-off-by: Flavio Santes <flavio.santes@intel.com>