Florin Malita fcf94c89af V4L/DVB (6325): Double-free in cx23885_initdev
Both cx23885_initdev and cx23885_dev_setup free the device in their
error path so a failure in the latter causes a double-free. Since
cx23885_dev_setup is only called from cx23885_initdev, it should be safe
to remove its deallocation and leave the cleanup up to the allocating
function.

Coverity CID 1922.

Signed-off-by: Florin Malita <fmalita@gmail.com>
CC: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-10-22 12:01:36 -02:00
..
2005-11-07 18:05:41 +00:00
2007-10-09 22:14:56 -03:00
2007-01-15 16:25:52 -02:00
2006-03-21 08:53:57 -08:00
2007-04-27 15:45:53 -03:00
2007-10-19 23:22:11 +02:00
2007-10-19 23:22:11 +02:00
2005-11-07 18:05:41 +00:00
2005-09-07 16:58:01 -07:00