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

Zebediah Figura zfigura at codeweavers.com
Fri Jun 24 13:46:56 CDT 2022


On 6/24/22 01:36, Huw Davies (@huw) wrote:
> 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.
> 

Oops, thanks for catching that.



More information about the wine-devel mailing list