Commit By: epeisach Log Message: In parsing authorization data, if run out of memory, the authorization data was released, but the pointer not zeroed. This resulted in higher level code trying to free it again. Changed Files: U trunk/src/lib/krb5/ccache/cc_file.c U trunk/src/lib/krb5/ccache/cc_keyring.c