summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0074-uvcvideo-Fix-integer-overflow-in-uvc_ioctl_ctrl_map.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0074-uvcvideo-Fix-integer-overflow-in-uvc_ioctl_ctrl_map.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0074-uvcvideo-Fix-integer-overflow-in-uvc_ioctl_ctrl_map.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0074-uvcvideo-Fix-integer-overflow-in-uvc_ioctl_ctrl_map.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0074-uvcvideo-Fix-integer-overflow-in-uvc_ioctl_ctrl_map.patch
index afbd62db..6692b99a 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0074-uvcvideo-Fix-integer-overflow-in-uvc_ioctl_ctrl_map.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.2/0074-uvcvideo-Fix-integer-overflow-in-uvc_ioctl_ctrl_map.patch
@@ -1,4 +1,4 @@
1From 847db7a6053aff7d165a60f10a8cb585a950e6f9 Mon Sep 17 00:00:00 2001 1From 237564961047194a9d952292197ccc794264cab7 Mon Sep 17 00:00:00 2001
2From: Haogang Chen <haogangchen@gmail.com> 2From: Haogang Chen <haogangchen@gmail.com>
3Date: Tue, 29 Nov 2011 18:32:25 -0300 3Date: Tue, 29 Nov 2011 18:32:25 -0300
4Subject: [PATCH 074/130] uvcvideo: Fix integer overflow in 4Subject: [PATCH 074/130] uvcvideo: Fix integer overflow in
@@ -23,7 +23,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
23--- 23---
24 drivers/media/video/uvc/uvc_v4l2.c | 9 +++++++++ 24 drivers/media/video/uvc/uvc_v4l2.c | 9 +++++++++
25 drivers/media/video/uvc/uvcvideo.h | 1 + 25 drivers/media/video/uvc/uvcvideo.h | 1 +
26 2 files changed, 10 insertions(+), 0 deletions(-) 26 2 files changed, 10 insertions(+)
27 27
28diff --git a/drivers/media/video/uvc/uvc_v4l2.c b/drivers/media/video/uvc/uvc_v4l2.c 28diff --git a/drivers/media/video/uvc/uvc_v4l2.c b/drivers/media/video/uvc/uvc_v4l2.c
29index dadf11f..cf7788f 100644 29index dadf11f..cf7788f 100644
@@ -58,5 +58,5 @@ index 4c1392e..bc446ba 100644
58 /* Devices quirks */ 58 /* Devices quirks */
59 #define UVC_QUIRK_STATUS_INTERVAL 0x00000001 59 #define UVC_QUIRK_STATUS_INTERVAL 0x00000001
60-- 60--
611.7.7.4 611.7.9.4
62 62