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)
Loading