This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/194] New: iconv runaway if both -c and translit is given


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]