usb: musb: tusb6010: check return value after calling platform_get_resource()
mainline inclusion from mainline-v5.16-rc1 commit 14651496 category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9FNF2 CVE: CVE-2021-47181 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=14651496a3de6807a17c310f63c894ea0c5d858e -------------------------------- It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value. Signed-off-by:Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20210915034925.2399823-1-yangyingliang@huawei.com Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
Wang Zhaolong <wangzhaolong1@huawei.com>
Loading
Please sign in to comment