make strerror_r behave nicer on failure
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Jun 2012 16:07:18 +0000 (12:07 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Jun 2012 16:07:18 +0000 (12:07 -0400)
if the buffer is too short, at least return a partial string. this is
helpful if the caller is lazy and does not check for failure. care is
taken to avoid writing anything if the buffer length is zero, and to
always null-terminate when the buffer length is non-zero.


No differences found