From: Hans de Goede Date: Thu, 15 Jan 2015 10:42:36 +0000 (-0300) Subject: [media] gspca: Fix underflow in vidioc_s_parm() X-Git-Tag: fixes-v4.0-rc1~147^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e5a726d5fbf453c49fc8326a6580402643c900;p=pandora-kernel.git [media] gspca: Fix underflow in vidioc_s_parm() "n" is a user controlled integer. The code here doesn't handle the case where "n" is negative and this causes a static checker warning. drivers/media/usb/gspca/gspca.c:1571 vidioc_s_parm() warn: no lower bound on 'n' parm.capture.readbuffers is unsigned, so make n unsigned too, fixing this. Reported-by: Dan Carpenter Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed