* sendauth.c (krb5_sendauth): initialize error return parameter
authorTheodore Tso <tytso@mit.edu>
Tue, 18 Apr 1995 21:48:47 +0000 (21:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 18 Apr 1995 21:48:47 +0000 (21:48 +0000)
commit7530c993aea46757bce8ed34a4952198082504e7
treeab97d0b2a1e477d89a944dea11f6798b4439f07a
parentdb91456a5d84bca22eedbb691001eaef78d5b3b8
* sendauth.c (krb5_sendauth): initialize error return parameter

* copy_princ.c (krb5_copy_principal): Fix bug where
      krb5_copy_principal can fail if it is asked to copy a
      principal with a zero-length component on a system where
      malloc(0) returns null.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5366 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/copy_princ.c
src/lib/krb5/krb/sendauth.c