commit | 0dac45f0e5a5f55cf454e9e2ca86221539e63357 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Nov 10 20:23:53 2015 -0200 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Nov 17 14:38:18 2015 -0200 |
tree | 7c407b3decbf99c6eb3b6e9996e390e7d5e7b3e2 | |
parent | 75d63a40a5c01cf6ba9572cb124488a0e3baa6c1 [diff] |
[media] av7110: potential divide by zero "len" comes from dvb_video_ioctl() and there is a possibility that it is zero. We do a divide by len later in the function so that's not ok. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>