Re: [PATCH] xtensa: iss: bound command line construction in platform_setup()

From: Pengpeng Hou

Date: Thu Apr 23 2026 - 18:57:13 EST


Hi Max,

Thanks for the explanation.

Agreed, I missed that simc_argv_size() already accounts for the
argument strings and their NUL terminators in the simulator argument
block, so the claimed overflow path is not valid. The proposed change
also had the bad truncation path you pointed out.

I'll drop this patch.

Thanks,
Pengpeng