[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20060821235953.9737a404.sam@home.se>
Date: Mon, 21 Aug 2006 23:59:53 +0200
From: Martin Samuelsson <sam@...e.se>
To: mchehab@...radead.org,
"Ronald S. Bultje" <rbultje@...ald.bitfreak.net>
Cc: v4l-dvb-maintainer@...uxtv.org, linux-kernel@...r.kernel.org,
Adrian Bunk <bunk@...sta.de>
Subject: [patch] drivers/media/video/bt866.c: array overflows
This extends reg in the bt866 struct from 128 to 256 bytes, which will prevent a number of array overflows later in the code.
Signed-off-by: Martin Samuelsson <sam@...e.se>
---
bt866.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- /usr/src/linux-2.6.18-rc4/drivers/media/video/bt866.c 2006-08-21 22:59:16.000000000 +0200
+++ /usr/src/linux-2.6.18-rc4-avs6eyes/drivers/media/video/bt866.c 2006-08-21 21:51:14.000000000 +0200
@@ -65,7 +65,7 @@
struct bt866 {
struct i2c_client *i2c;
int addr;
- unsigned char reg[128];
+ unsigned char reg[256];
int norm;
int enable;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists