aboutsummaryrefslogtreecommitdiffstats
path: root/main/php/CVE-2013-6712.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/php/CVE-2013-6712.patch')
-rw-r--r--main/php/CVE-2013-6712.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/main/php/CVE-2013-6712.patch b/main/php/CVE-2013-6712.patch
new file mode 100644
index 0000000000..e21cf1dada
--- /dev/null
+++ b/main/php/CVE-2013-6712.patch
@@ -0,0 +1,17 @@
+diff --git a/main/php/CVE-2013-6712.patch b/main/php/CVE-2013-6712.patch
+new file mode 100644
+index 0000000..b98532e
+--- /dev/null
++++ b/main/php/CVE-2013-6712.patch
+@@ -0,0 +1,11 @@
++--- a/ext/date/lib/parse_iso_intervals.re.old 2013-11-08 18:09:18.815549958 +0100
+++++ b/ext/date/lib/parse_iso_intervals.re 2013-11-08 18:09:34.461608419 +0100
++@@ -348,7 +348,7 @@
++ break;
++ }
++ ptr++;
++- } while (*ptr);
+++ } while (!s->errors->error_count && *ptr);
++ s->have_period = 1;
++ TIMELIB_DEINIT;
++ return TIMELIB_PERIOD;