MSI: deformat dialog text strings (3rd time lucky?)

Mike McCormack mike at codeweavers.com
Thu Sep 15 23:58:42 CDT 2005


This patch supercedes the previous two, and fixes the text, images and 
buttons in the msxml4 sp2 installer.

The previous one removed the NULL initializer from title in the second 
chunk, and caused a crash when HeapFree() freed an uninitialized 
pointer.  gcc won't warn about that due to a (known) bug.

Mike


ChangeLog:
deformat all dialog text strings before using them
-------------- next part --------------
A non-text attachment was scrubbed...
Name: msi-dialog-deformat-text-3.diff
Type: text/x-patch
Size: 5625 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050916/b1051eeb/msi-dialog-deformat-text-3-0001.diff


More information about the wine-patches mailing list