[Bug 267410] [PATCH] strfmon_l: Fix strfmon_l(3)

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 29 Oct 2022 21:11:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267410

--- Comment #1 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=621bf91893ad96c2ec46e603bf4c5b8762e3f730

commit 621bf91893ad96c2ec46e603bf4c5b8762e3f730
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-10-28 01:24:48 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-29 21:09:11 +0000

    strfmon_l: Use specified locale for number formatting

    strfmon_l does not take fully into consideration the explicitly passed
    locale to perform the formatting.

    Parallel universe bug report:  
https://sourceware.org/bugzilla/show_bug.cgi?id=19633

    Obtained from:  Darwin
    Reviewed by:    kib
    PR:     267410
    Github PR:      #620
    MFC after:      1 week

 lib/libc/stdlib/strfmon.c            | 47 ++++++++++++++++++------------------
 lib/libc/tests/stdlib/strfmon_test.c |  4 +--
 2 files changed, 25 insertions(+), 26 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.