Subject: | SVN Commit |
Fix crash on invalid DIR ccache primary file
If read_primary_file() fails with an error other than ENOENT, abort
cache resolution rather than dereferencing a null pointer. Reported
by Oliver Loch.
https://github.com/krb5/krb5/commit/036ca94bdc00cc8eb248dc5c0da85ab556d3373e
Author: Greg Hudson <ghudson@mit.edu>
Commit: 036ca94bdc00cc8eb248dc5c0da85ab556d3373e
Branch: master
src/lib/krb5/ccache/cc_dir.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)