You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
media: hdpvr: Fix an error handling path in hdpvr_probe()
commit c0f71bb upstream.
Here, hdpvr_register_videodev() is responsible for setup and
register a video device. Also defining and initializing a worker.
hdpvr_register_videodev() is calling by hdpvr_probe at last.
So no need to flush any work here.
Unregister v4l2, free buffers and memory. If hdpvr_probe() will fail.
Signed-off-by: Arvind Yadav <[email protected]>
Reported-by: Andrey Konovalov <[email protected]>
Tested-by: Andrey Konovalov <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Cc: Ben Hutchings <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Orabug: 31352053
CVE: CVE-2017-16644
(cherry picked from commit 198a7ddaf5d2c76130b28f19ed6d768860ea2b8e)
Signed-off-by: Dan Duval <[email protected]>
Reviewed-by: Jack Vogel <[email protected]>
Conflict:
drivers/media/usb/hdpvr/hdpvr-core.c
Signed-off-by: Brian Maly <[email protected]>
0 commit comments