Ticket #1920: ngx_http_fastcgi_module.c.patch

File ngx_http_fastcgi_module.c.patch, 359 bytes (added by wp02855@…, 7 years ago)

patch file for bug reported in ticket 1920

  • ngx_http_fastcgi_module.c

    old new  
    722722
    723723    u->pipe = ngx_pcalloc(r->pool, sizeof(ngx_event_pipe_t));
    724724    if (u->pipe == NULL) {
     725        ngx_pfree(f);   /* release memory allocated to f */
    725726        return NGX_HTTP_INTERNAL_SERVER_ERROR;
    726727    }
    727728