Date: Sat, 16 Sep 1995 17:41:13 -0700 From: "Justin T. Gibbs" <gibbs> To: CVS-commiters, cvs-user Subject: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Message-ID: <199509170041.RAA09656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 95/09/16 17:41:13 Branch: eBones/usr.sbin/kerberos RELENG_2_1_0 Modified: eBones/usr.sbin/kerberos kerberos.c Log: The problem. If the first request to kerberos is not a ticket request, it cores due to using the unitialized global req_name_ptr pointer. -Wall does not reveal this. Repeat by having an old valid ticket and start kerberos. rsh to a non-realm system. Also intialize lifetime to DEFAULT_TKT_LIFE and kerno to KSUCCESS since they can be refernced before being initialized. Submitted by: John Capo <jc@irbs.com>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509170041.RAA09656>