From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4367 invoked by alias); 31 May 2004 18:03:47 -0000 Mailing-List: contact glibc-bugs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sources.redhat.com Received: (qmail 4348 invoked by uid 48); 31 May 2004 18:03:45 -0000 Date: Mon, 31 May 2004 18:03:00 -0000 From: "egmont at uhulinux dot hu" To: glibc-bugs@sources.redhat.com Message-ID: <20040531180339.194.egmont@uhulinux.hu> Reply-To: sourceware-bugzilla@sources.redhat.com Subject: [Bug libc/194] New: iconv runaway if both -c and translit is given X-Bugzilla-Reason: CC X-SW-Source: 2004-05/txt/msg00093.txt.bz2 List-Id: If both the '-c' option and a translit to-code is given to iconv, it enters an infinite loop if it sees a character that is not representable in the output charset, and starts eating 100% cpu time. Example: echo -e '\365' | iconv -c -f latin1 -t latin2//translit libc is taken from Fedora 2 (cvs 20040507) -- Summary: iconv runaway if both -c and translit is given Product: glibc Version: 2.3.3 Status: NEW Severity: normal Priority: P2 Component: libc AssignedTo: gotom at debian dot or dot jp ReportedBy: egmont at uhulinux dot hu CC: glibc-bugs at sources dot redhat dot com http://sources.redhat.com/bugzilla/show_bug.cgi?id=194 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.