Re: [iproute PATCH 2/6] Convert the obvious cases to strlcpy()
On 09/01/2017 06:52 PM, Phil Sutter wrote: This converts the typical idiom of manually terminating the buffer after a call to strncpy(). Signed-off-by: Phil Sutter For BPF loader bits: Acked-by: Daniel Borkmann
[iproute PATCH 2/6] Convert the obvious cases to strlcpy()
This converts the typical idiom of manually terminating the buffer after a call to strncpy(). Signed-off-by: Phil Sutter --- ip/ipnetns.c | 3 +-- ip/iproute_lwtunnel.c | 3 +-- ip/ipvrf.c| 3 +-- lib/bpf.c | 3 +-- lib/fs.c | 3 +-- lib/inet_proto.c