[PATCH 1/4] mpr: Implement local name automatic redirection for disks.

Alexandre Julliard julliard at winehq.org
Thu Jul 28 02:50:14 CDT 2016


Pierre Schweitzer <pierre at reactos.org> writes:

> +done:
> +    if (redirect)
> +        ctxt->resource->lpLocalName = NULL;

It looks quite suspicious to modify that input parameter and restore it
at the end. You should probably use a copy instead.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list