[PATCH RESEND] media: hdpvr: Add device num check and handling

2019-07-17 Thread Luke Nowakowski-Krijger
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+aac8d0d7205f11204...@syzkaller.a

[PATCH RESEND] media: hdpvr: Add device num check and handling

2019-07-06 Thread Luke Nowakowski-Krijger
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+aac8d0d7205f11204...@syzkaller.a