Module Name: krb5 Committed By: epeisach Date: Sun Jan 12 17:36:54 UTC 2003 Modified Files: krb5/src/lib/rpc/ChangeLog krb5/src/lib/rpc/clnt_perror.c krb5/src/lib/rpc/svc_auth_gssapi.c Added Files: Removed Files: Log Message * svc_auth_gssapi.c (_svcauth_gssapi_unset_names): If invoked more than once, do not double free memory. * clnt_perror.c (clnt_sperror): Do not write past end of allocated buffer. To generate a diff of this commit: cvs diff -r1.95 -r1.96 krb5/src/lib/rpc/ChangeLog cvs diff -r1.12 -r1.13 krb5/src/lib/rpc/clnt_perror.c cvs diff -r1.58 -r1.59 krb5/src/lib/rpc/svc_auth_gssapi.c