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.
Loading
Please register or sign in to comment