commit | af5d74e32eb8e1b833f687047f0ffe3801d7229d | [log] [tgz] |
---|---|---|
author | Xu Panda <xu.panda@zte.com.cn> | Sat Dec 03 14:10:56 2022 +0800 |
committer | Greg Ungerer <gerg@linux-m68k.org> | Mon Dec 05 09:07:21 2022 +1000 |
tree | 5f8eb1caebd1ab859481994cf8bd63f5b943223d | |
parent | 76dcd734eca23168cb008912c0f69ff408905235 [diff] |
m68k: use strscpy() to instead of strncpy() The implementation of strscpy() is more robust and safer. Signed-off-by: Xu Panda <xu.panda@zte.com.cn> Signed-off-by: Yang Yang <yang.yang29@zte.com> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>