Skip to content
Unverified Commit 7325a2b2 authored by Lincoln Ramsay's avatar Lincoln Ramsay Committed by GitHub
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.
parent 6b1ed5e7
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