summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/mceusb.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2011-01-11 17:48:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-01-19 11:52:14 -0200
commit672dcd54774ea1b03da8f2baa1cdbf827927fc85 (patch)
tree051843ebf49c9437e740b7f271554ffdebf8e52f /drivers/media/rc/mceusb.c
parent46b633779b299c7fb3d78f153a5034055f99cd45 (diff)
downloadop-kernel-dev-672dcd54774ea1b03da8f2baa1cdbf827927fc85.zip
op-kernel-dev-672dcd54774ea1b03da8f2baa1cdbf827927fc85.tar.gz
[media] v4l2-device: fix 'use-after-freed' oops
Fix a bug in v4l2_device_unregister where the sd pointer can be dereferenced after it was freed. Normally the i2c adapter is removed before this function is called. Removing the adapter will also unregister all subdevs on that adapter, so generally v4l2_device_unregister has nothing to do. However, in the case of a platform i2c bus that bus is generally not freed. In that case, after freeing the i2c subdevice the code will fall into the second block when it tests if the subdev is a SPI device. But by that time the subdev is already freed and the kernel oopses. The fix is trivial: continue with the loop after freeing the i2c or spi subdevice. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Reported-by: Daniel Drake <dsd@laptop.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc/mceusb.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud