[PATCH] shell32: do not crash "wine control.exe nonexisting"

Jacek Caban jacek at codeweavers.com
Wed Jun 6 04:56:06 CDT 2012


On 06/06/12 11:52, Alexandre Julliard wrote:
> Jacek Caban <jacek at codeweavers.com> writes:
>
>> This usage of list is broken here as well. list_init should be called
>> before list_add_head (so calling it early in initialization code will
>> fix both problems).
> There's no reason to call list_init on list entries, it should only be
> called on the actual list.

Oh, right, sorry for misleading. I made wrong assumptions looking at the
patch.

Jacek





More information about the wine-devel mailing list