[PATCH 1/2] vsprintf: fix missing break when printing %pJP
Sascha Hauer
s.hauer at pengutronix.de
Thu Mar 27 00:38:59 PDT 2025
On Tue, 25 Mar 2025 16:53:26 +0100, Jules Maselbas wrote:
> When the format `%pJP` was introduced the new switch case didn't had a
> break at the end, it was last case in the switch. However subsequent
> commit didn't add a break either, creating a potential fallthrough.
> Add the missing break.
>
>
Applied, thanks!
[1/2] vsprintf: fix missing break when printing %pJP
https://git.pengutronix.de/cgit/barebox/commit/?id=fe9805bfe283 (link may not be stable)
[2/2] vsprintf: add explicit fallthrough
https://git.pengutronix.de/cgit/barebox/commit/?id=b2be41d98bbe (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list