[PATCH 1/5] strmbase: Simplify copying PIN_INFO.

Alexandre Julliard julliard at winehq.org
Wed Jul 4 07:56:17 CDT 2018


Zebediah Figura <z.figura12 at gmail.com> writes:

> It is unlikely that using strcpy() instead of memcpy() amounts to an
> optimization.

The optimization is not that useful, but in general it's better to avoid
copying uninitialized data.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list