do_tgs_req.c (process_tgs_req): Add check to make sure cname and sname
authorTheodore Tso <tytso@mit.edu>
Tue, 25 Nov 1997 01:03:03 +0000 (01:03 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 25 Nov 1997 01:03:03 +0000 (01:03 +0000)
commitaf62b4428ac36228e5b8c67939a8782294636e64
tree2d4b6dc7c0939753c3205492e8e404fbd7d44e25
parent9e55dea6666533506adb250f07ccebfcda159a02
do_tgs_req.c (process_tgs_req): Add check to make sure cname and sname
are non-NULL when syslogging an error because the principals don't
match.

kdc_util.c (limit_string): Check to make sure the input string
is non-NULL before operating on it.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10307 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/do_tgs_req.c
src/kdc/kdc_util.c