Hans Leidekker hans@codeweavers.com wrote:
- rec = NULL;
- status = DnsQuery_W(L"winehq.org", DNS_TYPE_A, DNS_QUERY_STANDARD, NULL, &rec, NULL);
- ok(status == ERROR_SUCCESS, "DnsQuery_W(%s) => %d\n", wine_dbgstr_w(name), status);
- DnsRecordListFree(rec, DnsFreeRecordList);
You probably already noticed (from the testbot) that error message prints a not initialized buffer 'name'.