Skip to content
Commit 7deae040 authored by Lincoln Ramsay's avatar Lincoln Ramsay Committed by Zbigniew Jędrzejewski-Szmek
Browse files

pid1: do not use generated strings as format strings (#19098)

The generated string may include %, which will confuse both the
xprintf call, and the VA_FORMAT_ADVANCE macro.

Pass the generated string as an argument to a "%s" format string
instead.

(cherry picked from commit 7325a2b2)
(cherry picked from commit 0d4ba151)
parent 29ca310e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment