Date: Thu, 16 May 1996 11:01:19 -0700 (PDT) From: Bill Paul <wpaul> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/yp yplib.c Message-ID: <199605161801.LAA20604@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 96/05/16 11:01:19 Modified: lib/libc/yp yplib.c Log: - Patch around amd core dump problem: don't allow yp_unbind() or _yp_unbind() to call clnt_destroy() on a potentially NULL RPC handle. Somebody should bang on this a bit to make sure the problem is really gone; I seem to have difficulty reproducing it. Patch provided by Peter Wemm and slightly tweaked by me. - Don't call _yp_unbind() in individual ypclnt functions unless we encounter an RPC error while making a clnt_call(). Revision Changes Path 1.19 +36 -29 src/lib/libc/yp/yplib.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605161801.LAA20604>