CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/02 08:18:19
Modified files:
lib/libc/rpc : clnt_tcp.c clnt_udp.c
Log message:
When authnone_create fails, do not leave behind a NULL cl_auth attribute,
because that one will typically derefenced later without any checking.
Instead, flag the error condition and bail out cleanly.
useful feedback from kjell@ and ok millert@
