commit | 746ae30f821a8533ffba7769e492f59a96fdbeec | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Nov 24 02:41:49 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 29 18:39:36 2011 -0500 |
tree | e05346d8584aae51cae021b5832aeae53aa311ed | |
parent | 1281bc256543eb610b14fa95ce1967397931a120 [diff] |
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>