summaryrefslogtreecommitdiff
path: root/include/libxml/entities.h
diff options
context:
space:
mode:
authorMike Hommey <glandium@debian.org>2008-08-25 20:08:47 +0200
committerMike Hommey <glandium@debian.org>2008-09-19 21:44:18 +0200
commit10b5df3c511764c05ac09ace03ca93721b733495 (patch)
tree26be813d85f2b21fe892fe28e8a33781d5e5da8f /include/libxml/entities.h
parentc3bd44cf97c6bcc1c0260e7ac05e704e62301785 (diff)
downloadlibxml2-debian/2.6.27.dfsg-4.tar.gz
* Avoid growing the xmlEntity array while fixing CVE-2008-3281, so thatdebian/2.6.27.dfsg-4
librsvg doesn't get broken.
Diffstat (limited to 'include/libxml/entities.h')
-rw-r--r--include/libxml/entities.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libxml/entities.h b/include/libxml/entities.h
index 838cd51..fdd7222 100644
--- a/include/libxml/entities.h
+++ b/include/libxml/entities.h
@@ -57,7 +57,6 @@ struct _xmlEntity {
const xmlChar *URI; /* the full URI as computed */
int owner; /* does the entity own the childrens */
int checked; /* was the entity content checked */
- unsigned long nbentities; /* the number of entities references */
};
/*