From 39407386ea417e8e56a6fd462e594140de4e991a Mon Sep 17 00:00:00 2001 From: "Yichun Zhang (agentzh)" Date: Thu, 22 May 2014 13:32:19 -0700 Subject: [PATCH] removed the cve-2013-2070 patch which is useless for nginx 1.7.0. --- patches/nginx-1.7.0-cve-2013-2070.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/nginx-1.7.0-cve-2013-2070.patch diff --git a/patches/nginx-1.7.0-cve-2013-2070.patch b/patches/nginx-1.7.0-cve-2013-2070.patch deleted file mode 100644 index 0154107..0000000 --- a/patches/nginx-1.7.0-cve-2013-2070.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src/http/modules/ngx_http_proxy_module.c -+++ src/http/modules/ngx_http_proxy_module.c -@@ -1865,6 +1865,10 @@ data: - - } - -+ if (ctx->size < 0 || ctx->length < 0) { -+ goto invalid; -+ } -+ - return rc; - - done: