[Bug 14384] Can not install MSDN - installer crashes

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 15 15:41:40 CDT 2008


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


Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net




--- Comment #4 from Anastasius Focht <focht at gmx.net>  2008-07-15 15:41:40 ---
Hello,

when msi (dialog) controls are created, the ui update handler field is not NULL
initialized which later leads to dereference of garbage handler address.
Only checkbox has it's own ui update handler yet.

Fix: dlls/msi/dialog.c:msi_dialog_create_window() -> control->update = NULL;

Regards


-- 
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