On Thu, 17 Jul 2025 09:43:29 +0100, Andrew Goodbody wrote:
> strlen only reports length of string not including terminating 0 byte
> but this has to be included in length of receiving buffer on copy so
> adjust length check to be correct.
>
> This issue found by Smatch.
>
>
> [...]
Applied to
Hi Andrew,
Thank you for the patch.
On Thu, Jul 17, 2025 at 09:43, Andrew Goodbody
wrote:
> strlen only reports length of string not including terminating 0 byte
> but this has to be included in length of receiving buffer on copy so
> adjust length check to be correct.
>
> This issue found by
2 matches
Mail list logo