From c642010ae3896497093cfd443a246be5c833a103 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 1 Sep 2011 16:55:03 +0200 Subject: [PATCH] Fix bug 8433, segfault in iconv.c --- lib/util/charset/iconv.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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; -- 1.7.0.4