Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Mon, 13 Dec 2021 18:30:59 +0000 you wrote:
Since commit ad9a7f96445b ("libbpf: Improve logging around BPF program loading"), libbpf_debug_print() gets an additional prog_name parameter but doesn't pass it to printf(). Since the format string now expects two arguments, printf() may read uninitialized data and segfault. Pass prog_name through.
Fixes: ad9a7f96445b ("libbpf: Improve logging around BPF program loading") Signed-off-by: Jean-Philippe Brucker jean-philippe@linaro.org
[...]
Here is the summary with links: - [bpf-next] selftests/bpf: Fix segfault in bpf_tcp_ca https://git.kernel.org/bpf/bpf-next/c/acd143eefb82
You are awesome, thank you!