shell32: Initialize all of wszDstPath in ISFHelper_fnCopyItems. ISFHelper_fnCopyItems.

Alexandre Julliard julliard at winehq.org
Wed May 18 07:06:08 CDT 2016


Gerald Pfeifer <gerald at pfeifer.com> writes:

> wszDstPath is an array of WCHAR, which are wider than one byte,
> so this should have been (MAXPATH+1)*sizeof(WCHAR) -- or the more
> robust approach I here propose.

Actually there's no reason to initialize the entire buffer.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list