diff options
author | Gustavo A. R. Silva <gustavo@embeddedor.com> | 2018-07-26 12:11:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-09-09 19:55:54 +0200 |
commit | 9cbb32610233e3531ec74e17b44d702c1ca353f0 (patch) | |
tree | d3df221af6bad5afc467a3d5a5866b47cc1f54e3 /certs | |
parent | c160382ab064ae53c4a939aa6a8989bf553f77f7 (diff) | |
download | linux-stable-9cbb32610233e3531ec74e17b44d702c1ca353f0.tar.gz linux-stable-9cbb32610233e3531ec74e17b44d702c1ca353f0.tar.bz2 linux-stable-9cbb32610233e3531ec74e17b44d702c1ca353f0.zip |
mailbox: xgene-slimpro: Fix potential NULL pointer dereference
commit 3512a18cbd8d09e22a790540cb9624c3c49827ba upstream.
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: stable@vger.kernel.org
Fixes: f700e84f417b ("mailbox: Add support for APM X-Gene platform mailbox driver")
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions