From: Domen Puncer Date: Fri, 3 Feb 2006 11:04:14 +0000 (-0800) Subject: [PATCH] drivers/isdn/sc/ioctl.c: copy_from_user() size fix X-Git-Tag: v2.6.16-rc3~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abffa7da99b78caaf81a2f519bf9cbd1e8dcbc1d;p=pandora-kernel.git [PATCH] drivers/isdn/sc/ioctl.c: copy_from_user() size fix A few lines above the patch we have: char *srec; srec = kmalloc(SCIOC_SRECSIZE, GFP_KERNEL); sizeof pointer is probably not meant here. Signed-off-by: Domen Puncer Signed-off-by: Alexey Dobriyan Cc: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed