mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
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.
This commit is contained in:
committed by
Tor Lillqvist
parent
cd91400c1c
commit
e2797b3525
@@ -1,3 +1,11 @@
|
||||
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.
|
||||
|
||||
Mon Aug 25 12:34:36 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib/gmessages.c: Escape control characters in g_logv() output.
|
||||
|
Reference in New Issue
Block a user