[Bug 5678] msi (crash): read from NULL in appsearch.c after: ACTION_AppSearchComponents MSI_OpenQuery returned 1615
http://bugs.winehq.org/show_bug.cgi?id=5678 juan_lang(a)yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From juan_lang(a)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.
participants (1)
-
Wine Bugs