summarylogtreecommitdiffstats
path: root/CVE-2015-3330.patch
diff options
context:
space:
mode:
Diffstat (limited to 'CVE-2015-3330.patch')
-rw-r--r--CVE-2015-3330.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/CVE-2015-3330.patch b/CVE-2015-3330.patch
deleted file mode 100644
index 8ca82f13c410..000000000000
--- a/CVE-2015-3330.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 809610f5ea38a83b284e1125d1fff129bdd615e7 Mon Sep 17 00:00:00 2001
-From: Stanislav Malyshev <stas@php.net>
-Date: Sat, 4 Apr 2015 15:03:46 -0700
-Subject: [PATCH] Fix bug #68486 and bug #69218 (segfault in apache2handler
- with apache 2.4)
-
----
- sapi/apache2handler/sapi_apache2.c | 1 +
- 1 file changed, 1 insertion(+)
-
-Index: php5-5.3.10/sapi/apache2handler/sapi_apache2.c
-===================================================================
---- php5-5.3.10.orig/sapi/apache2handler/sapi_apache2.c 2015-04-17 06:25:08.218560975 -0400
-+++ php5-5.3.10/sapi/apache2handler/sapi_apache2.c 2015-04-17 06:25:08.214560939 -0400
-@@ -708,6 +708,7 @@
- } zend_end_try();
- }
- apr_brigade_cleanup(brigade);
-+ apr_pool_cleanup_run(r->pool, (void *)&SG(server_context), php_server_context_cleanup);
- } else {
- ctx->r = parent_req;
- }