SOURCES: lighttpd-memory_leak.patch (NEW) - from lighttpd bugs site
paszczus
paszczus at pld-linux.org
Sun Feb 19 11:01:47 CET 2006
Author: paszczus Date: Sun Feb 19 10:01:47 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- from lighttpd bugs site
---- Files affected:
SOURCES:
lighttpd-memory_leak.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/lighttpd-memory_leak.patch
diff -u /dev/null SOURCES/lighttpd-memory_leak.patch:1.1
--- /dev/null Sun Feb 19 11:01:47 2006
+++ SOURCES/lighttpd-memory_leak.patch Sun Feb 19 11:01:42 2006
@@ -0,0 +1,14 @@
+diff -ur lighttpd-1.4.10/src/server.c lighttpd-1.4.10.new/src/server.c
+--- lighttpd-1.4.10/src/server.c 2006-02-01 11:50:02.000000000 +0000
++++ lighttpd-1.4.10.new/src/server.c 2006-02-19 09:56:58.000000000 +0000
+@@ -218,7 +218,9 @@
+ CLEAN(srvconf.event_handler);
+ CLEAN(srvconf.pid_file);
+ CLEAN(srvconf.modules_dir);
+-
++ CLEAN(srvconf.network_backend);
++ CLEAN(srvconf.upload_tempdirs);
++
+ CLEAN(tmp_chunk_len);
+ #undef CLEAN
+
================================================================
More information about the pld-cvs-commit
mailing list