ports/textproc/libxml2/files/patch-include_libxml_parser.h
Koop Mast be6202887a Update to 2.8.0. [1]
Add patch to fix CVE-2013-0338 and CVE-2013-0339. [2]
Convert to OptionsNG, rename patches to standard form. [1]

Notified by:	swills@ [2]
Obtained from:	gnome team repo [1]
Security:	843a4641-9816-11e2-9c51-080027019be0
2013-03-29 14:08:46 +00:00

10 lines
365 B
C

--- include/libxml/parser.h.orig 2012-05-15 03:09:43.000000000 +0000
+++ include/libxml/parser.h 2013-03-13 09:42:57.000000000 +0000
@@ -310,6 +310,7 @@
xmlParserNodeInfo *nodeInfoTab; /* array of nodeInfos */
int input_id; /* we need to label inputs */
+ unsigned long sizeentcopy; /* volume of entity copy */
};
/**