commit | 7c43e0d6a526e7734eb854fe242886f52ccd06ac | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andriin@fb.com> | Wed Dec 18 13:43:14 2019 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Wed Dec 18 17:02:16 2019 -0800 |
tree | eb73ce6b3cb7db5fa8d46b9243e4098329df9408 | |
parent | 58d8dc2a98f50d4741a49e047bd7b322d7692d0b [diff] |
bpftool: Simplify format string to not use positional args Change format string referring to just single argument out of two available. Some versions of libc can reject such format string. Reported-by: Nikita Shirokov <tehnerd@tehnerd.com> Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Yonghong Song <yhs@fb.com> Link: https://lore.kernel.org/bpf/20191218214314.2403729-1-andriin@fb.com