On 04/07/18 14:56, Alexandre Julliard wrote:
Zebediah Figura z.figura12@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.
Understandable, then; I'll send a patch to update the comment instead.
In the meantime I believe patches 0003-0005 should apply independently.