25 Apr
2008
25 Apr
'08
12:42 a.m.
"Lei Zhang" <thestig(a)google.com> wrote:
I'm getting a crash in CRYPT_CreateMachineGuid() with native rpcrt4.dll. This adds some checks to work around it.
I assume that "native" == "win9x" in this case.
pRpcStringFree = GetProcAddress(lib, "RpcStringFreeW"); + if (!pUuidCreate || !pUuidToString || !pRpcStringFree) goto CreateMachineGuidCleaup;
It would be better to use A versions of APIs then instead of failing, -- Dmitry.