diff options
author | Domen Puncer <domen@coderock.org> | 2006-02-03 03:04:14 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-02-03 08:32:05 -0800 |
commit | abffa7da99b78caaf81a2f519bf9cbd1e8dcbc1d (patch) | |
tree | f28e90613a3f01b9d867adecab778ade0c4fbf85 /fs/jffs | |
parent | 74adb52797a7cde217a8ceeaf254a5441a42a72c (diff) |
[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 <domen@coderock.org>
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Cc: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/jffs')
0 files changed, 0 insertions, 0 deletions