mjacob      2007-06-16 05:42:27 UTC

  FreeBSD src repository

  Modified files:
    sys/rpc              rpcclnt.c 
  Log:
  Check for a NULL return from rpcclnt_buildheader- it can fail if
  the passed in auth_type is unacceptable to rpcauth_buildheader-
  this avoids a null pointer panic. Clean up allocations if this
  happens. This also quiets a gcc 4.2 complaint about ussing mheadend
  without it being initialized.
  
  Reviewed by:    alfred
  
  Revision  Changes    Path
  1.19      +13 -0     src/sys/rpc/rpcclnt.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to