GNOME Bugzilla – Bug 646569
poll: don't call WSAWaitForMultipleEvents with no events
Last modified: 2011-04-04 07:25:36 UTC
Created attachment 184985 [details] [review] patch This is not legal according to MSDN. Minor detail, since it works anyhow...
commit d0d27e83fe2338b20a641d62fdcfa232e7a913ce Author: Thomas Kristensen <thomas.kristensen@cisco.com> Date: Fri Mar 25 15:56:07 2011 +0100 poll: don't call WSAWaitForMultipleEvents with no events Fixes error caught by Microsoft Application Verifier.