Hello:
This patch was applied to bpf/bpf-next.git (master) by Alexei Starovoitov ast@kernel.org:
On Tue, 19 Jul 2022 12:50:32 +0300 you wrote:
The snprintf() function returns the number of bytes which *would* have been copied if there were space. In other words, it can be
sizeof(pin_path).
Fixes: c0fa1b6c3efc ("bpf: btf: Add BTF tests") Signed-off-by: Dan Carpenter dan.carpenter@oracle.com
[...]
Here is the summary with links: - selftests/bpf: fix a test for snprintf() overflow https://git.kernel.org/bpf/bpf-next/c/c5d22f4cfe8d
You are awesome, thank you!