Messages in this thread |  | | Date | Sat, 3 Dec 2022 14:11:29 +0100 | Subject | Re: [PATCH linux-next] MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy() | From | Philippe Mathieu-Daudé <> |
| |
On 3/12/22 07:17, yang.yang29@zte.com.cn wrote: > From: Xu Panda <xu.panda@zte.com.cn> > > 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> > --- > arch/mips/cavium-octeon/executive/cvmx-bootmem.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
|  |