[Bug 211902] bin/dd - pass LC_ALL instead of LC_CTYPE to setlocale(3) to account for localised error messages

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 16 13:34:51 UTC 2016


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

            Bug ID: 211902
           Summary: bin/dd - pass LC_ALL instead of LC_CTYPE to
                    setlocale(3) to account for localised error messages
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: venture37 at geeklan.co.uk

Created attachment 173737
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=173737&action=edit
call setlocale()

In order to support localised messages returned by dd for things such as error
messages, call LC_ALL.
This is to avoid individually listing LC_ variables to inherit by the tool &
avoid further adjustment in the future.

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


More information about the freebsd-bugs mailing list