]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix an error case in krb5_sendauth
authorGreg Hudson <ghudson@mit.edu>
Thu, 28 Mar 2013 06:08:45 +0000 (02:08 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 28 Mar 2013 06:08:45 +0000 (02:08 -0400)
commitc4549f8f91fe53830f1e7d68d6d1f7b1a117a911
tree1465fed7b86eb0b65d6c8805fa190d4f4d419f38
parent58871c23ee9b5a9201f479127fda65e7fcf06310
Fix an error case in krb5_sendauth

If we fail to get the client principal when constructing the
stack-allocated creds structure, don't double-free creds.server.
src/lib/krb5/krb/sendauth.c