"Andrey Turkin" andrey.turkin@gmail.com wrote:
- dllcache_wildcard = HeapAlloc(GetProcessHeap(), 0, strlenW( dllcache )*sizeof(WCHAR) * sizeof(wildcardW));
Aren't there too much of multiplications?
Dmitry Timoshkov wrote:
"Andrey Turkin" andrey.turkin@gmail.com wrote:
- dllcache_wildcard = HeapAlloc(GetProcessHeap(), 0, strlenW(
dllcache )*sizeof(WCHAR) * sizeof(wildcardW));
Aren't there too much of multiplications?
Whoops, second one should be plus instead. Thanks for catching.