[Bug 5678] msi (crash): read from NULL in appsearch.c after: ACTION_AppSearchComponents MSI_OpenQuery returned 1615

Wine Bugs wine-bugs at winehq.org
Sat Jul 15 14:22:12 CDT 2006


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


juan_lang at yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From juan_lang at yahoo.com  2006-15-07 14:22 -------
Yeah, this was a boneheaded mistake.  In ACTION_AppSearch, wherever it reads:
 if (rc == ERROR_SUCCESS && !*value)
it should read:
 if (rc == ERROR_SUCCESS && !value)

I'll send a patch as soon as I'm back near a wine tree.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list