dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/isdn/divert
Dan Carpenter 746ae30f82 isdn: make sure strings are null terminated
These strings come from the user.  We strcpy() them inside
cf_command() so we should check that they are NULL terminated and
return an error if not.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-29 18:39:36 -05:00
..
Makefile
divert_init.c
divert_procfs.c isdn: make sure strings are null terminated 2011-11-29 18:39:36 -05:00
isdn_divert.c isdn: potential buffer overflows 2010-09-06 18:29:18 -07:00
isdn_divert.h