Re: [PATCH 1/2] lib/string_helpers: Introduce strsplit_u32()

From: Andy Shevchenko
Date: Wed Jul 13 2022 - 05:39:39 EST


On Wed, Jul 13, 2022 at 11:14 AM David Laight <David.Laight@xxxxxxxxxx> wrote:
>
> > if (pint)
> > - *pint = value;
> > + memcpy(pint, &value, min(nsize, sizeof(value)));
>
> That is just soooooo broken.

OK.


--
With Best Regards,
Andy Shevchenko