mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -04:00
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
10 lines
365 B
C
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 */
|
|
};
|
|
|
|
/**
|