| Index: third_party/libxml/src/entities.c
|
| diff --git a/third_party/libxml/src/entities.c b/third_party/libxml/src/entities.c
|
| index 64808ff64d6a83ae95739ac9f42d6979e30b5260..8997ce32f3a67fb38cfa5deccb4f829e0ed15ad2 100644
|
| --- a/third_party/libxml/src/entities.c
|
| +++ b/third_party/libxml/src/entities.c
|
| @@ -159,6 +159,7 @@ xmlCreateEntity(xmlDictPtr dict, const xmlChar *name, int type,
|
| memset(ret, 0, sizeof(xmlEntity));
|
| ret->type = XML_ENTITY_DECL;
|
| ret->checked = 0;
|
| + ret->guard = XML_ENTITY_NOT_BEING_CHECKED;
|
|
|
| /*
|
| * fill the structure.
|
|
|