Report unfinished entity references as errors rather than running into an

* glib/gmarkup.c (unescape_text): Report unfinished entity
	references as errors rather than running into an assert.  (#80441)
This commit is contained in:
Matthias Clasen
2002-05-07 21:45:21 +00:00
parent 2038143ae7
commit 6853c2b880
8 changed files with 56 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2002-05-07 Matthias Clasen <maclas@gmx.de>
* glib/gmarkup.c (unescape_text): Report unfinished entity
references as errors rather than running into an assert. (#80441)
2002-05-07 Michael Natterer <mitch@gimp.org>
* configure.in: added a new conditional CROSS_COMPILING which