diff options
| author | Xiaoke Wang <xkernel.wang@foxmail.com> | 2022-02-22 10:00:24 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-25 10:01:16 +0100 |
| commit | a17b34502aebaac8533b3e1fd73fd6e1360d31db (patch) | |
| tree | 917d587afa6693d271710fed3c9154c4af26de7c /tools/perf/scripts/python/bin/flamegraph-record | |
| parent | staging: r8188eu: remove unnecessary braces in if statements (diff) | |
| download | linux-a17b34502aebaac8533b3e1fd73fd6e1360d31db.tar.gz linux-a17b34502aebaac8533b3e1fd73fd6e1360d31db.zip | |
staging: wfx: check the return value of devm_kmalloc()
devm_kmalloc() returns a pointer to allocated memory on success, NULL
on failure. While there is a memory allocation of devm_kmalloc()
without proper check. It is better to check the return value of it to
prevent wrong memory access.
And I use the err label which is introduced by the previous patch to
handle the error.
Link: https://lore.kernel.org/r/tencent_24A24A3EFF61206ECCC4B94B1C5C1454E108@qq.com
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Signed-off-by: Xiaoke Wang <xkernel.wang@foxmail.com>
Link: https://lore.kernel.org/r/tencent_D9887936F780A393C232DC48C9EC3F1D4405@qq.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-record')
0 files changed, 0 insertions, 0 deletions
