Commit 644220b5 authored by Andrey Turkin's avatar Andrey Turkin Committed by Alexandre Julliard

ole32: Prevent recursion when CLSIDFromString is passed empty string.

parent fc26627c
......@@ -1694,7 +1694,7 @@ HRESULT WINAPI CLSIDFromProgID(LPCOLESTR progid, LPCLSID clsid)
return CO_E_CLASSSTRING;
}
RegCloseKey(xhkey);
return CLSIDFromString(buf2,clsid);
return __CLSIDFromString(buf2,clsid);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment