On Tue, Jul 19, 2022 at 12:50:32PM +0300, Dan Carpenter 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).
The current test does not fail on this check, so this could be bpf-next.
Acked-by: Martin KaFai Lau kafai@fb.com