In parsing authorization data, if run out of memory, the authorization
authorEzra Peisach <epeisach@mit.edu>
Sat, 16 Aug 2008 13:03:30 +0000 (13:03 +0000)
committerEzra Peisach <epeisach@mit.edu>
Sat, 16 Aug 2008 13:03:30 +0000 (13:03 +0000)
commitd1dee36427592d649aa27ea1b05167f5d83ca50e
treeb46fa9763bfb904ae5b971d96e622ec86baefeee
parent98428ac61a8273ada2ccd6b3f997b300eb31c246
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.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20667 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/cc_file.c
src/lib/krb5/ccache/cc_keyring.c