Re: [PATCH] bridge: move from strlcpy with unused retval to strscpy
From: Nikolay Aleksandrov <razor@blackwall.org>
Date: 2022-08-19 09:57:35
Also in:
bridge, lkml, netfilter-devel
From: Nikolay Aleksandrov <razor@blackwall.org>
Date: 2022-08-19 09:57:35
Also in:
bridge, lkml, netfilter-devel
On 19/08/2022 00:02, Wolfram Sang wrote:
Follow the advice of the below link and prefer 'strscpy' in this subsystem. Conversion is 1:1 because the return value is not used. Generated by a coccinelle script. Link: https://lore.kernel.org/r/CAHk-=wgfRnXz0W3D37d01q3JFkr_i_uTL=V6A6G1oUZcprmknw@mail.gmail.com/ (local) Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> --- net/bridge/br_device.c | 8 ++++---- net/bridge/br_sysfs_if.c | 4 ++-- net/bridge/netfilter/ebtables.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-)
Looks good, but should be targeted at net-next. Acked-by: Nikolay Aleksandrov <razor@blackwall.org>