mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Add testcases for g_message() involving non-printable and unsafe
2004-04-22 Matthias Clasen <mclasen@redhat.com> * tests/testglib.c (main): Add testcases for g_message() involving non-printable and unsafe characters. * glib/gmessages.c (escape_string): Don't assume that string->str remains unchanged over g_string_insert() calls. (#139030, Christophe Saout)
This commit is contained in:
committed by
Matthias Clasen
parent
d7af9f1a48
commit
05501852ec
@@ -1,5 +1,12 @@
|
||||
2004-04-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/testglib.c (main): Add testcases for g_message() involving
|
||||
non-printable and unsafe characters.
|
||||
|
||||
* glib/gmessages.c (escape_string): Don't assume that
|
||||
string->str remains unchanged over g_string_insert()
|
||||
calls. (#139030, Christophe Saout)
|
||||
|
||||
* glib/gstrfuncs.c (g_ascii_strtod): Fix problems when a
|
||||
locale-specific decimal separator directly follows a
|
||||
number. (#138424, Nickolay V. Shmyrev)
|
||||
|
Reference in New Issue
Block a user