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

Andy Shevchenko andy.shevchenko at gmail.com
Wed Jul 13 11:38:58 CEST 2022


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

OK.


-- 
With Best Regards,
Andy Shevchenko


More information about the Alsa-devel mailing list