svn commit: r237286 - head/lib/libc/gen
Warner Losh
wlosh at bsdimp.com
Wed Jun 20 21:15:26 UTC 2012
On Jun 20, 2012, at 10:36 AM, Colin Percival wrote:
> On 06/20/12 09:27, Bruce Evans wrote:
>> On Wed, 20 Jun 2012, Eitan Adler wrote:
>>> Log:
>>> Don't close an uninitialized descriptor. [1]
>>> Add a sanity check for the validity of the passed fd.
>>
>> Library functions shouldn't use assert() or abort().
>
> Why not?
We've tried to avoid things that make the library dump core...
Warner
More information about the svn-src-all
mailing list