lkml.org 
[lkml]   [2007]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] drivers/media/video/videodev.c: memset fix
Date
Hello,

Looks like memset() is zeroing wrong nr of bytes.

Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>

drivers/media/video/videodev.c | 46097 -> 46100 (+3 bytes)
drivers/media/video/videodev.o | 165109 -> 165209 (+100 bytes)

drivers/media/video/videodev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.23-rc1-mm2-a/drivers/media/video/videodev.c 2007-08-01 08:43:47.000000000 +0200
+++ linux-2.6.23-rc1-mm2-b/drivers/media/video/videodev.c 2007-08-06 20:37:46.000000000 +0200
@@ -448,7 +448,7 @@ static int __video_do_ioctl(struct inode
if (cmd == VIDIOCGMBUF) {
struct video_mbuf *p=arg;

- memset(p,0,sizeof(p));
+ memset(p, 0, sizeof(*p));

if (!vfd->vidiocgmbuf)
return ret;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-08-06 22:15    [W:0.160 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site