This is the mail archive of the glibc-bugs@sourceware.org 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/12084] New: iconvconfig causes a Segmentation Fault when only conversion from or to a charset is possible


To reproduce this issue:
* Append to `/usr/lib/gconv/gconv-modules` exactly one of the following lines:
module	ABC//	UTF-8//	ABC	1
module	UTF-8//	ABC//	ABC	1
* Run `iconvconfig`

`iconvconfig` will segfault until it is possible to convert both to and from
charset "ABC". `iconv` is not similarly limited;  i.e. with this line:
module	UTF-8//	ABC//	ABC	1
and no cache, `iconv` is able to convert from "UTF-8" to "ABC".

-- 
           Summary: iconvconfig causes a Segmentation Fault when only
                    conversion from or to a charset is possible
           Product: glibc
           Version: 2.11
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper dot fsp at gmail dot com
        ReportedBy: dtrebbien at gmail dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=12084

------- 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]