]> asedeno.scripts.mit.edu Git - linux.git/commit
media: hdpvr: Add device num check and handling
authorLuke Nowakowski-Krijger <lnowakow@eng.ucsd.edu>
Wed, 17 Jul 2019 14:19:46 +0000 (10:19 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Thu, 25 Jul 2019 10:23:35 +0000 (06:23 -0400)
commitd4a6a9537bc32811486282206ecfb7c53754b74d
tree922d20b5ed372ec8759cff83c7eaf9ae2ff92151
parent9e037bdf743cc081858423ad4123824e846b2358
media: hdpvr: Add device num check and handling

Add hdpvr device num check and error handling

We need to increment the device count atomically before we checkout a
device to make sure that we do not reach the max count, otherwise we get
out-of-bounds errors as reported by syzbot.

Reported-and-tested-by: syzbot+aac8d0d7205f112045d2@syzkaller.appspotmail.com
Signed-off-by: Luke Nowakowski-Krijger <lnowakow@eng.ucsd.edu>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/usb/hdpvr/hdpvr-core.c