[Bug 28008] RC Cars fails to start unless network option disabled

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Sep 15 08:30:30 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=28008

Bruno Jesus <00cpxxx at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |00cpxxx at gmail.com

--- Comment #18 from Bruno Jesus <00cpxxx at gmail.com> 2011-09-15 08:30:29 CDT ---
Hi, please find my comments below.

+    info->pwszName = (LPWSTR)(info + 1);
info is a struct and using info + 1 inside parenthesis would make it go to the
next struct address which may be out of bounds (or not?).

+    if(!pguidServiceProvider)
+    {
+        lstrcpyW(info->pwszName, dp_providerW);
There is an extra space after the {


+    *pcReturned = 1;
+
+    return DPN_OK;
You're not setting *pcbEnumData = req_size; when the function return success,
isn't it required?

Can you give an example of this function call with real parameters?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list