Skip to content
Commit 746ae30f authored by Dan Carpenter's avatar Dan Carpenter Committed by David S. Miller
Browse files

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: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1281bc25
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment