30 Mar
2021
30 Mar
'21
11:04 a.m.
Hans Leidekker <hans(a)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'. -- Dmitry.