24 Jun
2022
24 Jun
'22
6:46 p.m.
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.