Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 1996 17:42:06 -0800 (PST)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/yp yplib.c
Message-ID:  <199611080142.RAA26085@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       96/11/07 17:42:05

  Modified:    lib/libc/yp  yplib.c
  Log:
  - Avoid possible SEGVs: never call clnt_destroy() without checking
    for NULL RPC client handles. This should hopefully fix the problems
    Satoshi reported on -current.
  
  - Add socket descriptor sanity checks to _yp_unbind().
  
  - Fix yp_order() so that it handles the RPC_PROCUNAVAIL error gracefully.
    NIS+ in YP compat mode doesn't support the YPPROC_ORDER procedure.
  
  This is a 2.2 candidate with bells on.
  
  Revision  Changes    Path
  1.25      +36 -8     src/lib/libc/yp/yplib.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611080142.RAA26085>