diff options
author | 2022-04-07 16:04:45 -0700 | |
---|---|---|
committer | 2022-04-08 09:16:09 -0700 | |
commit | 3c0dfe6e4c43ea0cf252ff4cb7a332423866d488 (patch) | |
tree | 2fbe8d301b1b00aae314aa2fa51acdd02ffb100d /samples | |
parent | Merge branch 'Add USDT support for s390' (diff) | |
download | wireguard-linux-3c0dfe6e4c43ea0cf252ff4cb7a332423866d488.tar.xz wireguard-linux-3c0dfe6e4c43ea0cf252ff4cb7a332423866d488.zip |
libbpf: Use strlcpy() in path resolution fallback logic
Coverity static analyzer complains that strcpy() can cause buffer
overflow. Use libbpf_strlcpy() instead to be 100% sure this doesn't
happen.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20220407230446.3980075-1-andrii@kernel.org
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions