diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-08-31 10:00:34 -0500 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2018-08-31 14:13:56 -0500 |
commit | a8627cda7cfffe1792c199660c2b4f03ba2bd97b (patch) | |
tree | 17d597c0c73bea52c883c2b20808123679e2e5ab /net/ipv4/tcp_input.c | |
parent | 0745dde62835be7e2afe62fcdb482fcad79cb743 (diff) |
ipmi: Fix NULL pointer dereference in ssif_probe
There is a potential execution path in which function ssif_info_find()
returns NULL, hence there is a NULL pointer dereference when accessing
pointer *addr_info*
Fix this by null checking *addr_info* before dereferencing it.
Addresses-Coverity-ID: 1473145 ("Explicit null dereferenced")
Fixes: e333054a91d1 ("ipmi: Fix I2C client removal in the SSIF driver")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'net/ipv4/tcp_input.c')
0 files changed, 0 insertions, 0 deletions