diff options
author | 2017-04-24 08:40:28 +0800 | |
---|---|---|
committer | 2017-04-26 12:03:49 +0300 | |
commit | 9dc7efd3978aa67ae598129d2a3f240b390ce508 (patch) | |
tree | a6728a3dbdb4d8c57a2a6f5dd68109048e2b9228 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | libertas: check return value of alloc_workqueue (diff) | |
download | wireguard-linux-9dc7efd3978aa67ae598129d2a3f240b390ce508.tar.xz wireguard-linux-9dc7efd3978aa67ae598129d2a3f240b390ce508.zip |
rndis_wlan: add return value validation
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions