fix incorrect range checks in wcsrtombs
authorRich Felker <dalias@aerifal.cx>
Thu, 4 Apr 2013 18:48:48 +0000 (14:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 4 Apr 2013 18:48:48 +0000 (14:48 -0400)
negative values of wchar_t need to be treated in the non-ASCII case so
that they can properly generate EILSEQ rather than getting truncated
to 8bit values and stored in the output.


No differences found