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/20687] New: Non-conformant error description in errlist.c


https://sourceware.org/bugzilla/show_bug.cgi?id=20687

            Bug ID: 20687
           Summary: Non-conformant error description in errlist.c
           Product: glibc
           Version: 2.24
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: igor.liferenko at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

The standard[1] says:

    EILSEQ          Illegal byte sequence

but glibc-2.24/sysdeps/gnu/errlist.c has this:

    [ERR_REMAP (EILSEQ)] = N_("Invalid or incomplete multibyte or wide
character")

glibc tries to conform to the standard[2], so this should be fixed.


[1]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html

[2]: as said, e.g., in the comment to commit
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=1fc0e33153186a90140c3d25f5d9b4537890d7cc

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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