commit | f9a23c84486ed350cce7bb1b2828abd1f6658796 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Nov 14 11:21:10 2013 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 14 16:50:20 2013 -0500 |
tree | 3a116595363c0e0bf4b8fb12399255cc780ad4bc | |
parent | 9434266f2c645d4fcf62a03a8e36ad8075e37943 [diff] |
isdnloop: use strlcpy() instead of strcpy() These strings come from a copy_from_user() and there is no way to be sure they are NUL terminated. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>