summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorYang Yingliang <yangyingliang@huawei.com>2019-09-24 06:49:04 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-01-04 13:34:10 +0100
commitf19a9d8f467e000a176301261b872ca68dc92519 (patch)
tree26abb8c6a83a270a0910f23572990041755f4a09 /include/linux/timerqueue.h
parenteaa654d1e4f3c2194d8d4d2578aa9bce2dddec61 (diff)
media: flexcop-usb: fix NULL-ptr deref in flexcop_usb_transfer_init()
[ Upstream commit 649cd16c438f51d4cd777e71ca1f47f6e0c5e65d ] If usb_set_interface() failed, iface->cur_altsetting will not be assigned and it will be used in flexcop_usb_transfer_init() It may lead a NULL pointer dereference. Check usb_set_interface() return value in flexcop_usb_init() and return failed to avoid using this NULL pointer. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions