[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Thu Sep 1 13:10:56 MDT 2011


The branch, v3-6-test has been updated
       via  7d2006c Fix bug 8433, segfault in iconv.c
      from  fc8c588 s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 7d2006ccf58555e82bc957aa62beab6420fcbc48
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
    (cherry picked from commit 1d4de78f567e908e0acc218630fceb0884b07d65)

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

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 cee2d26..1adeb52 100644
--- a/lib/util/charset/iconv.c
+++ b/lib/util/charset/iconv.c
@@ -96,7 +96,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