linux/drivers/isdn/sc
Domen Puncer abffa7da99 [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>
2006-02-03 08:32:05 -08:00
..
Kconfig
Makefile
card.h
command.c [PATCH] drivers/isdn/: "extern inline" -> "static inline" 2006-01-08 20:13:48 -08:00
debug.h
event.c
hardware.h
includes.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
init.c [PATCH] isdn: fix-up schedule_timeout() usage 2005-11-07 07:53:57 -08:00
interrupt.c
ioctl.c [PATCH] drivers/isdn/sc/ioctl.c: copy_from_user() size fix 2006-02-03 08:32:05 -08:00
message.c [PATCH] isdn: fix-up schedule_timeout() usage 2005-11-07 07:53:57 -08:00
message.h
packet.c
scioc.h
shmem.c
timer.c