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

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: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9434266f
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