]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- from lighttpd bugs site auto/ac/lighttpd-1_4_10-2
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sun, 19 Feb 2006 10:01:42 +0000 (10:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-memory_leak.patch -> 1.1

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

diff --git a/lighttpd-memory_leak.patch b/lighttpd-memory_leak.patch
new file mode 100644 (file)
index 0000000..a5b50c9
--- /dev/null
@@ -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
This page took 0.029528 seconds and 4 git commands to generate.