summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi/kcs_bmc_aspeed.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-12-22 06:27:07 +0300
committerCorey Minyard <cminyard@mvista.com>2022-01-17 18:10:46 +0300
commitd134ad2574a1c9b5c34659709769bdb25295fd25 (patch)
tree6ae3a63b1365be410700a7963a2547da24c4c22e /drivers/char/ipmi/kcs_bmc_aspeed.c
parent7281599201c3336e350406781e7d88ca92453727 (diff)
downloadlinux-d134ad2574a1c9b5c34659709769bdb25295fd25.tar.xz
ipmi: ssif: replace strlcpy with strscpy
The strlcpy should not be used because it doesn't limit the source length. So that it will lead some potential bugs. But the strscpy doesn't require reading memory from the src string beyond the specified "count" bytes, and since the return value is easier to error-check than strlcpy()'s. In addition, the implementation is robust to the string changing out from underneath it, unlike the current strlcpy() implementation. Thus, replace strlcpy with strscpy. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Message-Id: <20211222032707.1912186-1-wangborong@cdjrlc.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/kcs_bmc_aspeed.c')
0 files changed, 0 insertions, 0 deletions