11diff --git a/parser.c b/parser.c
2- index 5f1fdcfa..0001ef9a 100644
2+ index 372c2ba9..b505c16d 100644
33--- a/parser.c
44+++ b/parser.c
5- @@ -7585 ,7 +7585 ,7 @@ xmlHandleUndeclaredEntity(xmlParserCtxtPtr ctxt, const xmlChar *name) {
5+ @@ -7586 ,7 +7586 ,7 @@ xmlHandleUndeclaredEntity(xmlParserCtxtPtr ctxt, const xmlChar *name) {
66
77 static xmlEntityPtr
88 xmlLookupGeneralEntity(xmlParserCtxtPtr ctxt, const xmlChar *name, int inAttr) {
@@ -11,7 +11,7 @@ index 5f1fdcfa..0001ef9a 100644
1111
1212 /*
1313 * Predefined entities override any extra definition
14- @@ -9330 ,7 +9330 ,7 @@ next_attr:
14+ @@ -9331 ,7 +9331 ,7 @@ next_attr:
1515 if (defaults != NULL) {
1616 for (i = 0; i < defaults->nbAttrs; i++) {
1717 xmlDefAttr *attr = &defaults->attrs[i];
@@ -21,10 +21,10 @@ index 5f1fdcfa..0001ef9a 100644
2121 int res;
2222
2323diff --git a/xmlIO.c b/xmlIO.c
24- index d4275cbf..33d60e12 100644
24+ index 640d909c..02506207 100644
2525--- a/xmlIO.c
2626+++ b/xmlIO.c
27- @@ -2899 ,11 +2899 ,13 @@ xmlParserGetDirectory(const char *filename) {
27+ @@ -2903 ,11 +2903 ,13 @@ xmlParserGetDirectory(const char *filename) {
2828 if (cur == dir) dir[1] = 0;
2929 else *cur = 0;
3030 ret = xmlMemStrdup(dir);
0 commit comments