13 Jul
2022
13 Jul
'22
11:38 a.m.
On Wed, Jul 13, 2022 at 11:14 AM David Laight David.Laight@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