[2427] in Kerberos_V5_Development
Re: Kerberos V4 Re-entrancy Question and a Solaris threaded server.
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Thu Jul 10 11:36:55 1997
To: jdj@busstop.jpl.nasa.gov (Jeffery D. Jacobson)
Cc: marc@cygnus.com, epeisach@MIT.EDU, krbdev@MIT.EDU, tytso@MIT.EDU
From: Ken Raeburn <raeburn@cygnus.com>
Date: 10 Jul 1997 11:36:13 -0400
In-Reply-To: jdj@busstop.jpl.nasa.gov's message of Thu, 10 Jul 1997 00:37:21 -0700
In the CNS sources I'm looking at, decomp_ticket has a static variable
tkt_swap_bytes that it does modify. That could cause problems. I see
no reason it should be static, though; the value from one invocation
doesn't appear to be used in the next.