[Bug 211743] newlocale() and/or uselocale() not working properly

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 23 16:26:28 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211743

Andrey Chernov <ache at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ache at FreeBSD.org

--- Comment #2 from Andrey Chernov <ache at FreeBSD.org> ---
Either your example or our strerror() implementation is incorrect, I can't say
for sure due to quick looking. strerror() calls catopen() which overrides your
uselocale() with global context using
lang = setlocale(LC_MESSAGES, NULL);
So, it seems fixing perl for that is incorrect too.

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


More information about the freebsd-bugs mailing list