[PATCH 0/5] MR307: dnsapi: Fix wow64 translation.

Huw Davies (@huw) wine at gitlab.winehq.org
Fri Jun 24 01:36:11 CDT 2022


Huw Davies (@huw) commented about dlls/dnsapi/libresolv.c:
>      *params->len = needed;
>      list->dwStringCount = i;
>  
> -    ptr = (char *)(list->pStringArray + i);
> +    ptr = (WCHAR *)(list->pStringArray + i);
>      end = ptr + str_needed;
str_needed is calculated in `BYTE`s.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/307#note_2626



More information about the wine-devel mailing list