Commit 5bb0c08d2f2107f4f859a7ebfd05b94d461ff1d6

Kasimier T. Buchcik 2005-12-20T10:48:33

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.