Project

General

Profile

Actions

Bug #524

closed

Memory leak - patch attached

Added by Anonymous about 18 years ago. Updated over 17 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

Some buffers that were not freed in server_free() from server.c:


--- /shared/tst/lighttpd-1.4.10/src/server.c    2006-02-01 06:50:00.000000000 -0500
+++ server.c    2006-02-14 12:40:00.000000000 -0500
@@ -218,6 +218,8 @@
        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
Actions #1

Updated by jan about 18 years ago

  • Status changed from New to Fixed
  • Resolution set to fixed

The patch has been corrected (upload-tempdir is an array) and applied in r1020.

Actions

Also available in: Atom