bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/10109] New: Bugs in winduni.c break windres for code page


From: guillaume dot duhamel at gmail dot com
Subject: [Bug binutils/10109] New: Bugs in winduni.c break windres for code page 65001
Date: 27 Apr 2009 22:32:17 -0000

winduni.c use #ifdef HAVE_ICONV_H instead of HAVE_ICONV and doesn't use
ICONV_CONST at all. It turns up that iconv is never used and the default (dummy)
code is used instead.

Some variables are not initialized before being given to iconv_onechar ending up
in a compilation error.

This patch fix those problems.

-- 
           Summary: Bugs in winduni.c break windres for code page 65001
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: guillaume dot duhamel at gmail dot com
                CC: bug-binutils at gnu dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i586-mingw32msvc


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]