Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 7 Nov 2013 07:55:43 +0000 (10:55 +0300)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Jun 2017 22:47:09 +0000 (00:47 +0200)
commitad1336d2b48c0dfb8f90da13b1cc864fc95fd167
tree0e2856758777a2723e42391503e9e6e787f08faa
parentbda0832822183c326b2ee65cd7f8442532adbe36
Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()

commit cb4855b49deb1acce27706ad9509d63c4fe8e988 upstream.

We fixed this to use free_netdev() instead of kfree() but unfortunately
free_netdev() doesn't accept NULL pointers.  Smatch complains about
this, it's not something I discovered through testing.

Fixes: 3030d40b5036 ('staging: vt6655: use free_netdev instead of kfree')
Fixes: 0a438d5b381e ('staging: vt6656: use free_netdev instead of kfree')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
[wt: only vt6656 was converted to free_netdev in 3.10]
Signed-off-by: Willy Tarreau <w@1wt.eu>
drivers/staging/vt6656/hostap.c