commit | 0b7b9b6c3dee8232c7c6dd2a5a56100e20576717 | [log] [tgz] |
---|---|---|
author | Ajay Singh <ajay.kathat@microchip.com> | Sat Dec 15 02:32:29 2018 +0000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Dec 17 14:24:06 2018 +0100 |
tree | 9b0ba9c5b71e21b690fcfaf3318c31f4f59dd1a2 | |
parent | 2da56630b1cc422f58408033102b8f91ae97bc91 [diff] |
staging: wilc1000: fix NULL dereference inside wilc_scan() Added NULL check before accessing 'hidden_net' pointer inside wilc_scan() to fix the issue found by static code checker. Fixes: 8f1a0ac1eba7 ("staging: wilc1000: handle scan operation callback from cfg80211 context") Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>