commit | 5bb0c08d2f2107f4f859a7ebfd05b94d461ff1d6 | [log] [tgz] |
---|---|---|
author | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | Tue Dec 20 10:48:33 2005 +0000 |
committer | Kasimier T. Buchcik <kbuchcik@src.gnome.org> | Tue Dec 20 10:48:33 2005 +0000 |
tree | 8f78302b77a9f3b329ed1e8fbca360a53aae0d08 | |
parent | 9a2724d847b9f1d241d32546be779736209e0a00 [diff] |
Fixed a segfault during text concatenation when validating a node tree: * xmlschemas.c xmlstring.c: Fixed a segfault during text concatenation when validating a node tree: xmlStrncat was called with a @len of -1; but unlike xmlStrncatNew, it does not calculate the length automatically in such a case (reported by Judy Hay on the mailing list). Updated the descriptions of the involved string functions to note this.