[Win32] Don't exceed handle array bounds. Warn if there would be too many
authorTor Lillqvist <tml@iki.fi>
Fri, 15 Aug 2003 05:06:16 +0000 (05:06 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Fri, 15 Aug 2003 05:06:16 +0000 (05:06 +0000)
commit3f3bb7fef336bbe8da051644c7333bc8f4e03f11
tree55fb6887846b1d6e4d11143592fb7d491c2b1ebd
parent12eae9a6693e933561c365342071f76833934503
[Win32] Don't exceed handle array bounds. Warn if there would be too many

2003-08-15  Tor Lillqvist  <tml@iki.fi>

* glib/gmain.c (g_poll): [Win32] Don't exceed handle array
bounds. Warn if there would be too many handles to wait
for. (WaitForMultipleObjects() has a relatively low limit of 64
handles. The Win32 IO channel code should be fixed not to need to
wait for one handle per file or socket being watched. Later.)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmain.c