diff options
author | Vasily Averin <[email protected]> | 2020-06-13 17:18:33 +0300 |
---|---|---|
committer | Jarkko Sakkinen <[email protected]> | 2020-07-02 17:49:00 +0300 |
commit | ccf6fb858e17a8f8a914a1c6444d277cfedfeae6 (patch) | |
tree | a9f693aa1d58d7b254ca882f0251a45d4d3a58ed /scripts/gdb/linux | |
parent | eac9347d932b96c09f089ac0673ebe588983e59b (diff) |
tpm_tis: extra chip->ops check on error path in tpm_tis_core_init
Found by smatch:
drivers/char/tpm/tpm_tis_core.c:1088 tpm_tis_core_init() warn:
variable dereferenced before check 'chip->ops' (see line 979)
'chip->ops' is assigned in the beginning of function
in tpmm_chip_alloc->tpm_chip_alloc
and is used before first possible goto to error path.
Signed-off-by: Vasily Averin <[email protected]>
Reviewed-by: Jerry Snitselaar <[email protected]>
Reviewed-by: Jarkko Sakkinen <[email protected]>
Signed-off-by: Jarkko Sakkinen <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
0 files changed, 0 insertions, 0 deletions