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

David Laight David.Laight at ACULAB.COM
Wed Jul 13 11:14:09 CEST 2022


>          if (pint)
> -               *pint = value;
> +               memcpy(pint, &value, min(nsize, sizeof(value)));

That is just soooooo broken.

	David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)


More information about the Alsa-devel mailing list