mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 10:29:15 -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
11 lines
383 B
C
11 lines
383 B
C
--- parserInternals.c.orig 2012-05-15 03:16:38.000000000 +0000
|
|
+++ parserInternals.c 2013-03-13 09:35:54.000000000 +0000
|
|
@@ -1761,6 +1761,8 @@
|
|
ctxt->charset = XML_CHAR_ENCODING_UTF8;
|
|
ctxt->catalogs = NULL;
|
|
ctxt->nbentities = 0;
|
|
+ ctxt->sizeentities = 0;
|
|
+ ctxt->sizeentcopy = 0;
|
|
ctxt->input_id = 1;
|
|
xmlInitNodeInfoSeq(&ctxt->node_seq);
|
|
return(0);
|