From owner-cvs-lib Thu May 16 11:01:27 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20625 for cvs-lib-outgoing; Thu, 16 May 1996 11:01:27 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20604; Thu, 16 May 1996 11:01:19 -0700 (PDT) Date: Thu, 16 May 1996 11:01:19 -0700 (PDT) From: Bill Paul Message-Id: <199605161801.LAA20604@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/yp yplib.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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