diff options
author | Ezra Peisach <epeisach@mit.edu> | 2009-06-11 17:01:13 +0000 |
---|---|---|
committer | Ezra Peisach <epeisach@mit.edu> | 2009-06-11 17:01:13 +0000 |
commit | 2ba32d69322ac7d2b1b8c7b02d996f2ec02d9e59 (patch) | |
tree | 2a33dd56e019dd0b2cacbd27a3437fdff40d8aae /src/lib/gssapi/generic/util_set.c | |
parent | ccdee10e6b9c218f3e82e5987d716bfb7cbb1c90 (diff) | |
download | krb5-2ba32d69322ac7d2b1b8c7b02d996f2ec02d9e59.tar.gz krb5-2ba32d69322ac7d2b1b8c7b02d996f2ec02d9e59.tar.xz krb5-2ba32d69322ac7d2b1b8c7b02d996f2ec02d9e59.zip |
krb5int_yarrow_final could deref NULL if out of memory
krb5int_yarrow_final tests if the Yarrow_CTX* is valid (not NULL) -
and if not - signals and error for return - but still invokes
mem_zero (memset) with it as an argument. This will only happen in
an out-of-memory situation.
ticket: 6512
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22410 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi/generic/util_set.c')
0 files changed, 0 insertions, 0 deletions