diff options
| author | Gustavo A. R. Silva <[email protected]> | 2018-07-26 17:11:39 +0000 |
|---|---|---|
| committer | Jassi Brar <[email protected]> | 2018-08-03 13:26:08 +0000 |
| commit | 3512a18cbd8d09e22a790540cb9624c3c49827ba (patch) | |
| tree | 71bdba1f0683118e899ecfb67e5f08fc5523b279 /tools/perf/scripts/python/stackcollapse.py | |
| parent | Merge tag 'media/v4.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... (diff) | |
| download | kernel-3512a18cbd8d09e22a790540cb9624c3c49827ba.tar.gz kernel-3512a18cbd8d09e22a790540cb9624c3c49827ba.zip | |
mailbox: xgene-slimpro: Fix potential NULL pointer dereference
There is a potential execution path in which function
platform_get_resource() returns NULL. If this happens,
we will end up having a NULL pointer dereference.
Fix this by replacing devm_ioremap with devm_ioremap_resource,
which has the NULL check and the memory region request.
This code was detected with the help of Coccinelle.
Cc: [email protected]
Fixes: f700e84f417b ("mailbox: Add support for APM X-Gene platform mailbox driver")
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Signed-off-by: Jassi Brar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
