commit | 0f0f257b7b46cc65c0f8f6f30444005b9c255e79 | [log] [tgz] |
---|---|---|
author | Mike Isely <isely@pobox.com> | Wed Dec 27 23:19:42 2006 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Feb 21 13:34:31 2007 -0200 |
tree | 235e567666a2912d54551d9a303c229ac5ebf40f | |
parent | 5e6862cefe004f0f7ad86e0a80df4d9465576903 [diff] |
V4L/DVB (5045): Pvrusb2: Fix heap corruption introduced by radio mods We can't allocate v4l device structures in a block, since the v4l core governs when each device actually gets freed. This bug was introduced as part of the core radio implementation. Fix it. Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>