diff options
author | Lv Ruyi <[email protected]> | 2021-11-04 11:30:47 +0000 |
---|---|---|
committer | Jens Wiklander <[email protected]> | 2021-11-16 14:41:23 +0100 |
commit | c23ca66a4dadb6f050dc57358bc8d57a747c35bf (patch) | |
tree | a92cf2ea31b95e50fc1be378bfe366cb2d2f94f4 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf (diff) |
optee: fix kfree NULL pointer
This patch fixes the following Coccinelle error:
drivers/tee/optee/ffa_abi.c: 877: ERROR optee is NULL but dereferenced.
If memory allocation fails, optee is null pointer. the code will goto err
and release optee.
Fixes: 4615e5a34b95 ("optee: add FF-A support")
Reported-by: Zeal Robot <[email protected]>
Signed-off-by: Lv Ruyi <[email protected]>
Reviewed-by: Sumit Garg <[email protected]>
[jw: removed the redundant braces]
Signed-off-by: Jens Wiklander <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions