Hi Stefano,

On 25.05.2022 01:35, Stefano Stabellini wrote:
> From: Stefano Stabellini <[email protected]>
> 
> snprintf returns the number of characters printed.
snprintf does not print anything but instead stores a composed string into a 
buffer.
To be more correct, I would suggest to write:
"snprintf returns the number of characters that would have been written to the 
final
string if enough space had been available".

> 
> Add a check for that in init-dom0less.
> 
> Signed-off-by: Stefano Stabellini <[email protected]>

Apart from that:
Reviewed-by: Michal Orzel <[email protected]>

Cheers,
Michal

Reply via email to