CVSROOT:        /cvs/gnome
Module name:    glib
Changes by:     matthiasc       05/01/24 12:25:37

Modified files:
        .              : ChangeLog 
        glib           : gmarkup.c 
Added files:
        tests/markups  : fail-40.gmarkup 

Log message:
2005-01-24  Matthias Clasen  <[EMAIL PROTECTED]>

* tests/markups/fail-40.gmarkup: Add a test with a long entity
name.

* glib/gmarkup.c (unescape_text_state_inside_entity_name): Don't
copy the entity name into a short buffer of fixed length. Instead,
compare it in place with strncmp(), and do a full strdup() in the
error path.  (#165100, Simon Budig)

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=glib&who=matthiasc&date=explicit&mindate=2005-01-24%2012:24&maxdate=2005-01-24%2012:26

_______________________________________________
cvs-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to