~ubuntu-branches/ubuntu/quantal/nginx/quantal-security

« back to all changes in this revision

Viewing changes to src/http/modules/ngx_http_proxy_module.c

  • Committer: Package Import Robot
  • Author(s): Thomas Ward
  • Date: 2013-05-24 12:37:12 UTC
  • Revision ID: package-import@ubuntu.com-20130524123712-5rykl481p5f4hj0e
Tags: 1.2.1-2.2ubuntu0.1
* Security update (closes LP: #1182586):
  * Patch to fix a buffer overflow vulnerability (CVE-2013-2070)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1864
1864
 
1865
1865
    }
1866
1866
 
 
1867
    if (ctx->size < 0 || ctx->length < 0) {
 
1868
        goto invalid;
 
1869
    }
 
1870
 
1867
1871
    return rc;
1868
1872
 
1869
1873
done: