diff --git a/lib/vsprintf.c b/lib/vsprintf.c index cda186230287..8e58928e8227 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -2769,7 +2769,7 @@ int bstr_printf(char *buf, size_t size, const char *fmt, const u32 *bin_buf) copy = end - str; memcpy(str, args, copy); str += len; - args += len; + args += len + 1; } } if (process)