[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Thu Sep 1 10:26:04 MDT 2011


The branch, master has been updated
       via  1d4de78 Fix bug 8433, segfault in iconv.c
      from  6d8b4f5 s3-rpc_server: Add missing rng_fault_state in epmapper.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1d4de78f567e908e0acc218630fceb0884b07d65
Author: Volker Lendecke <vl at samba.org>
Date:   Thu Sep 1 16:55:03 2011 +0200

    Fix bug 8433, segfault in iconv.c
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Thu Sep  1 18:25:34 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 lib/util/charset/iconv.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/util/charset/iconv.c b/lib/util/charset/iconv.c
index 64e345a..f63c4e6 100644
--- a/lib/util/charset/iconv.c
+++ b/lib/util/charset/iconv.c
@@ -97,7 +97,6 @@ static struct charset_functions *find_charset_functions(const char *name)
 		if(strcasecmp(c->name, name) == 0) { 
 			return c;
 		}
-		c = c->next;
 	}
 
 	return NULL;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list