]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-doublefree.patch
- add patch to prevent crashing when fcgi process dies
[packages/lighttpd.git] / lighttpd-doublefree.patch
1 --- lighttpd-1.3.7/src/fcgi.c~  2004-12-11 13:37:15.000000000 +0200
2 +++ lighttpd-1.3.7/src/fcgi.c   2005-01-12 23:18:03.000000000 +0200
3 @@ -1208,8 +1208,6 @@
4                 
5                 hctx->rb->used += r;
6         } else {
7 -               fcgi_connection_cleanup(srv, hctx);
8 -               
9                 log_error_write(srv, __FILE__, __LINE__, "sd", "unexpected end-of-file (perhaps the fastcgi process died): ",
10                                 fcgi_fd);
11                 
This page took 0.094197 seconds and 3 git commands to generate.