Re: [PATCH 7/8] MIPS: malta-init: bound default console command-line append

From: Pengpeng Hou

Date: Sun Apr 05 2026 - 20:41:02 EST


Hi Sergey,

Thanks, you're right.

There is no intended control-flow change here. The only intended
functional change in this hunk is replacing the unchecked

strcat(fw_getcmdline(), console_string);

with a bounded append.

The surrounding brace movement is accidental diff noise, and it makes the
patch much harder to read than it should be. I will clean this up in the
next revision so the hunk only shows the actual append change.

Thanks,
Pengpeng