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 locale/19633] New: strfmon_l applies global locale to number formatting


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

            Bug ID: 19633
           Summary: strfmon_l applies global locale to number formatting
           Product: glibc
           Version: 2.24
            Status: NEW
          Severity: normal
          Priority: P2
         Component: locale
          Assignee: unassigned at sourceware dot org
          Reporter: fweimer at redhat dot com
  Target Milestone: ---
             Flags: security-

strfmon_l calls ___printf_fp to perform the actual number formatting, but this
function always uses the global locale, not the one passed to strfmon_l.

We need to pass the locale down to ___printf_fp and use it there as well.

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