Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information