Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Sep 1995 17:39:02 -0700
From:      "Justin T. Gibbs" <gibbs>
To:        CVS-commiters, cvs-user
Subject:   cvs commit: src/eBones/usr.sbin/kerberos kerberos.c
Message-ID:  <199509170039.RAA09443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       95/09/16 17:39:01

  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?199509170039.RAA09443>