]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.
authorjilles <jilles@FreeBSD.org>
Wed, 13 Mar 2013 18:38:18 +0000 (18:38 +0000)
committerjilles <jilles@FreeBSD.org>
Wed, 13 Mar 2013 18:38:18 +0000 (18:38 +0000)
commit32c02d0b8968e57fd82707d32b8e6d2cad297ff2
tree6dfafd46344be81042e48d126bd556643de5733c
parentfa21691aad5fcf1c62f5f242b1e0fa5b1a87d79c
libc: Avoid SIGPIPE when nscd closes the connection unexpectedly.

It is almost always a bug if nscd closes the connection unexpectedly but
programs should not be killed with SIGPIPE for it.

Reviewed by: bushman
Tested by: Jan Beich
MFC after: 1 week
lib/libc/net/nscachedcli.c