This was a little problem I got after reinstalling my OS.
>From 220d669c2f1e7310da6f4dcb2dae7090e27c62ea Mon Sep 17 00:00:00 2001
From: hio_ <[email protected]>
Date: Tue, 8 Nov 2011 21:55:09 +0100
Subject: [PATCH] weird bug fixed where a pointer pointed to memory outside of
 bounds

---
 src/mk_config.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/mk_config.c b/src/mk_config.c
index 202a25d..7496995 100644
--- a/src/mk_config.c
+++ b/src/mk_config.c
@@ -714,6 +714,8 @@ void mk_config_start_configure(void)
     /* Load mimes */
     mk_mimetype_read_config();
 
+    mk_pointer_reset(&config->server_software);
+
     /* Basic server information */
     if (config->hideversion == MK_FALSE) {
         mk_string_build(&config->server_software.data,
-- 
1.7.7

_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to