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

Alexandre Julliard julliard at winehq.org
Wed Jun 6 04:52:47 CDT 2012


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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list