commit | 1a92b2ba339221a4afee43adf125fcc9a41353f7 | [log] [tgz] |
---|---|---|
author | Colin Ian King <[email protected]> | Tue Apr 14 11:51:29 2015 -0500 |
committer | Herbert Xu <[email protected]> | Tue Apr 21 09:14:38 2015 +0800 |
tree | f85773bd08746f10b9ffbf429b5f6fad8640c6cc | |
parent | 34c9a0ffc75ad25b6a60f61e27c4a4b1189b8085 [diff] |
crypto: mv_cesa - ensure backlog is initialised backlog is not initialised so in the case where cpg->eng_st != ENGINE_IDLE it is never initialised and hence which could lead to an illegal memory dereference in the statement: backlog->complete(backlog, -EINPROGRESS); Discovered with cppcheck static analsys: [drivers/crypto/mv_cesa.c:616]: (error) Uninitialized variable: backlog Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Herbert Xu <[email protected]>