Files
linux/drivers
Pan Bian c3161cdbcc rndis_wlan: add return value validation
[ Upstream commit 9dc7efd397 ]

Function create_singlethread_workqueue() will return a NULL pointer if
there is no enough memory, and its return value should be validated
before using. However, in function rndis_wlan_bind(), its return value
is not checked. This may cause NULL dereference bugs. This patch fixes
it.

Signed-off-by: Pan Bian <bianpan2016@163.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-24 11:00:16 +01:00
..
2017-12-14 09:28:24 +01:00
2018-03-24 11:00:11 +01:00
2018-03-22 09:17:53 +01:00
2018-03-24 11:00:10 +01:00
2018-02-25 11:05:55 +01:00
2017-09-09 17:39:41 +02:00
2017-12-29 17:42:58 +01:00
2016-09-20 20:57:12 +10:00