remarkable-linux/drivers/isdn
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
..
act2000
capi drivers: isdn: use kernel macros to convert hex digit 2010-07-15 19:05:24 -07:00
divert isdn: potential buffer overflows 2010-09-06 18:29:18 -07:00
gigaset isdn: gigaset: use after free 2010-08-07 23:04:12 -07:00
hardware Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2010-08-22 22:37:04 -07:00
hisax drivers/isdn: Adjust confusing if indentation 2010-08-16 21:06:30 -07:00
hysdn drivers: isdn: remove custom strtoul() 2010-07-15 19:05:25 -07:00
i4l drivers/isdn: Remove unnecessary casts of private_data 2010-07-12 21:13:34 -07:00
icn
isdnloop
mISDN drivers/isdn: Adjust confusing if indentation 2010-08-16 21:06:30 -07:00
pcbit drivers/isdn: Use memdup_user 2010-05-31 00:24:15 -07:00
sc isdn: fix information leak 2010-08-05 13:21:25 -07:00
Kconfig
Makefile