]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- patch as per http://article.gmane.org/gmane.comp.web.lighttpd:867
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Jan 2005 21:23:49 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-doublefree.patch -> 1.1

lighttpd-doublefree.patch [new file with mode: 0644]

diff --git a/lighttpd-doublefree.patch b/lighttpd-doublefree.patch
new file mode 100644 (file)
index 0000000..796a0d7
--- /dev/null
@@ -0,0 +1,11 @@
+--- lighttpd-1.3.7/src/fcgi.c~ 2004-12-11 13:37:15.000000000 +0200
++++ lighttpd-1.3.7/src/fcgi.c  2005-01-12 23:18:03.000000000 +0200
+@@ -1208,8 +1208,6 @@
+               
+               hctx->rb->used += r;
+       } else {
+-              fcgi_connection_cleanup(srv, hctx);
+-              
+               log_error_write(srv, __FILE__, __LINE__, "sd", "unexpected end-of-file (perhaps the fastcgi process died): ",
+                               fcgi_fd);
+               
This page took 0.215809 seconds and 4 git commands to generate.