1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-30 22:43:14 +03:00

- xpath.c: Joe Orton reported a bug found with IRIx compiler.

Daniel
This commit is contained in:
Daniel Veillard
2001-05-21 08:15:31 +00:00
parent a97a19b687
commit 04b93290b7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* xpath.c: Joe Orton reported a bug found with IRIx compiler.
Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* parser.c: fixed propagation context info when parsing an

View File

@ -5665,7 +5665,6 @@ xmlXPathParseNameComplex(xmlXPathParserContextPtr ctxt, int qualified) {
max *= 2;
buffer = (xmlChar *) xmlRealloc(buffer,
max * sizeof(xmlChar));
XP_ERROR0(XPATH_MEMORY_ERROR);
if (buffer == NULL) {
XP_ERROR0(XPATH_MEMORY_ERROR);
}