]> git.pld-linux.org Git - packages/lighttpd.git/blame - lighttpd-doublefree.patch
- add fix for mod_status (average requests miscalculated)
[packages/lighttpd.git] / lighttpd-doublefree.patch
CommitLineData
a988fd58
ER
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.043538 seconds and 4 git commands to generate.