removed the cve-2013-2070 patch which is useless for nginx 1.7.0.

This commit is contained in:
Yichun Zhang (agentzh) 2014-05-22 13:32:19 -07:00
parent f1f3ba8ec6
commit 39407386ea
1 changed files with 0 additions and 13 deletions

View File

@ -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: