diff options
author | Jérôme Pouiller <[email protected]> | 2020-10-09 19:13:01 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-10-10 12:33:59 +0200 |
commit | fd2575c4a45017068445bfe31e93522e2d451d76 (patch) | |
tree | ec27c8742887bd029f36b9e699110a272b5028e7 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 1cd8909642183804904e3ad6292dcee92fc7d005 (diff) |
staging: wfx: check memory allocation
Smatch complains:
main.c:228 wfx_send_pdata_pds() warn: potential NULL parameter dereference 'tmp_buf'
227 tmp_buf = kmemdup(pds->data, pds->size, GFP_KERNEL);
228 ret = wfx_send_pds(wdev, tmp_buf, pds->size);
^^^^^^^
229 kfree(tmp_buf);
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Jérôme Pouiller <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions