Add testcases for g_message() involving non-printable and unsafe
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Apr 2004 20:17:54 +0000 (20:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 22 Apr 2004 20:17:54 +0000 (20:17 +0000)
commit05501852ecb0bd3d048273c0ac063fe739983d8d
tree90dda77fd863a59c7f03171c46cb3db644f989b9
parentd7af9f1a488b6cdf0ba8c22c6d502283b7a52913
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)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gmessages.c
tests/testglib.c