commit | 4c2f7f72b8993c73724790bf2ac33cb788d1ff06 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Mon Feb 22 13:27:20 2016 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Feb 23 07:22:22 2016 -0300 |
tree | 1fd87d5c23037ccd0b9fe935d6612d980c8f78a0 | |
parent | d079e36d94bc3535d04dba667b6d96d2030c199d [diff] |
[media] ivtv: steal could be NULL ivtv_flush_queues() calls ivtv_queue_move() with steal == NULL. However, part of the code assumes that steal could be not null, as pointed by smatch: drivers/media/pci/ivtv/ivtv-queue.c:145 ivtv_queue_move() error: we previously assumed 'steal' could be null (see line 138) This has the potential of causing an OOPS when the queue is flushed. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>