1
0
Fork 0
alistair23-linux/drivers/isdn/divert
Dan Carpenter 017d79ef00 isdn: potential buffer overflows
cs->ics.parm.setup.phone is a 32 character array.  In each of these
cases we're copying from a 35 character array into a 32 character array
so we should use strlcpy() instead of strcpy().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-09-06 18:29:18 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
divert_init.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
divert_procfs.c isdn: autoconvert trivial BKL users to private mutex 2010-07-12 20:21:47 -07:00
isdn_divert.c isdn: potential buffer overflows 2010-09-06 18:29:18 -07:00
isdn_divert.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00