In the Win32 part of all functions, handle invalid UTF-8 more robustly.

2005-02-02  Tor Lillqvist  <tml@novell.com>

	* glib/gstdio.c: In the Win32 part of all functions, handle
	invalid UTF-8 more robustly. Don't pass the resulting NULL
	wide-char or codepage strings on to C library functions, but bail
	out early. (#166084)
This commit is contained in:
Tor Lillqvist
2005-02-02 23:12:38 +00:00
committed by Tor Lillqvist
parent 5a866843df
commit 92c4eebc05
5 changed files with 257 additions and 37 deletions

View File

@@ -1,3 +1,10 @@
2005-02-02 Tor Lillqvist <tml@novell.com>
* glib/gstdio.c: In the Win32 part of all functions, handle
invalid UTF-8 more robustly. Don't pass the resulting NULL
wide-char or codepage strings on to C library functions, but bail
out early. (#166084)
2005-02-02 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c: Move doc comments inline.