Sebastian Lackner 3db6d1acaf server: Avoid sending unexpected wakeup with uninitialized cookie value.
The code for SELECT_SIGNAL_AND_WAIT in select_on() calls signal_object(). This might
wake up the same thread which is currently in the wineserver call. The value for
current->wait->cookie is initialized at the end of the function, and not defined yet
at this point.
2015-07-15 16:29:11 +09:00
..
2015-05-08 17:32:06 +09:00
2015-05-08 17:32:06 +09:00
2015-06-05 14:32:23 +09:00
2015-05-08 17:32:06 +09:00
2015-04-17 14:53:18 +09:00