tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe()
stable inclusion from stable-v5.10.117 commit 69139a45b89b957aa2847a7a1049123b3e3c930a category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I5L66B Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=69139a45b89b957aa2847a7a1049123b3e3c930a -------------------------------- commit 447ee151 upstream. It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' after devm_ioremap_resource() that will check it to avoid null-ptr-deref. And use devm_platform_get_and_ioremap_resource() to simplify code. Fixes: 5930cb35 ("serial: driver for Conexant Digicolor USART") Signed-off-by:Yang Yingliang <yangyingliang@huawei.com> Reviewed-by:
Baruch Siach <baruch@tkos.co.il> Cc: stable <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20220505124621.1592697-1-yangyingliang@huawei.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com> Acked-by:
Xie XiuQi <xiexiuqi@huawei.com>
Loading
Please sign in to comment