Date: Sat, 31 Oct 2009 23:00:14 GMT From: Jilles Tjoelker <jilles@stack.nl> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/140151: Fix potential setlocale(3) in hexdump / od Message-ID: <200910312300.n9VN0E24087127@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/140151; it has been noted by GNATS. From: Jilles Tjoelker <jilles@stack.nl> To: bug-followup@FreeBSD.org, gcooper@FreeBSD.org Cc: Subject: Re: bin/140151: Fix potential setlocale(3) in hexdump / od Date: Sat, 31 Oct 2009 23:55:44 +0100 General policy across /bin and /usr/bin seems to ignore setlocale() failures (usually caused by invalid/unsupported language settings). I guess that's sensible, and in any case changing it for hexdump/od only seems wrong. There seems little wrong with the current way of determining hexdump vs od either, which is to treat anything ending in 'od' as od. -- Jilles Tjoelker
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910312300.n9VN0E24087127>