http://bugs.winehq.org/show_bug.cgi?id=17530
mrnobo1024@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mrnobo1024@yahoo.com
--- Comment #6 from mrnobo1024@yahoo.com 2009-07-28 09:50:28 --- netapi32 has a heap buffer overflow in the NETAPI_IsCurrentUser function, could this be the cause?
curr_user = HeapAlloc(GetProcessHeap(), 0, dwSize); // should be dwSize * sizeof(WCHAR) ... if(!GetUserNameW(curr_user, &dwSize))