commit | da92acea6c713fcbfee2ef0813d9fc9f9bc00874 | [log] [tgz] |
---|---|---|
author | Ramesh Masavarapu <rameshm@codeaurora.org> | Wed Jun 06 08:06:05 2012 -0700 |
committer | Ramesh Masavarapu <rameshm@codeaurora.org> | Wed Jun 06 14:13:23 2012 -0700 |
tree | 70a210aa1aaaa7a4b72816ff11ed5a5058af0bd6 | |
parent | 76ed41dd5931eb74050ebc77c3f5f03037541796 [diff] |
crypto: Fix initialization of array variable. There are currently two issues recently observed: -An array variable is not initialized. -The 'podev' structure is currently being de-referenced without verifying if it is NULL or not. Doing that could cause a crash. This has not been seen before and it is pre-emptive. Change-Id: I42440d6efc9593bd8f5807a6ffda6a4b2e71818c Signed-off-by: Ramesh Masavarapu <rameshm@codeaurora.org>