Avoid UNLOCKing the critical section twice, which might cause a hang.
authorTor Lillqvist <tml@iki.fi>
Mon, 25 Aug 2003 21:37:57 +0000 (21:37 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 25 Aug 2003 21:37:57 +0000 (21:37 +0000)
commite2797b35250f1eb19711ab3dcecfa1051be45368
tree478764f24831de6a99b3f602775911309d5a6d0d
parentcd91400c1c1173a6ece4e40bb221498c429b2b8c
Avoid UNLOCKing the critical section twice, which might cause a hang.

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

* glib/giowin32.c (read_thread): Avoid UNLOCKing the critical
section twice, which might cause a hang. (#120653)

* glib/giowin32.c (g_io_channel_unix_new): Warn if fd is both a
valid file descriptor and socket.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/giowin32.c