Skip to content
Commit aa519471 authored by Jason Wang's avatar Jason Wang Committed by Krzysztof Kozlowski
Browse files

ARM: s3c: Use strscpy to replace strlcpy



The strlcpy should not be used because it doesn't limit the source
length.  Preferred is strscpy.

Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Link: https://lore.kernel.org/r/20210906134656.101088-1-wangborong@cdjrlc.com
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
parent 2aa71747
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