*main.c:
authorRichard Basch <probe@mit.edu>
Tue, 27 Feb 1996 22:37:56 +0000 (22:37 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 27 Feb 1996 22:37:56 +0000 (22:37 +0000)
commite2a9a77cad4a7652c9598a1409d3a6100233e982
tree05cb8f4b6276bd710818d90dff34a177996eecbe
parent23654689184bfa8b513fb6e0bb68089f4cce0514
*main.c:
Do not repeat random number generator initializations, as memory
is allocated and never reclaimed.  Also fixed the V4 random number
generator initialization (a DES_CBC_CRC random number is generated
and used as a seed for the V4 routine, but the generation function
was being called with the wrong arguments).

* do_as_req.c:
Memory was occassionally being freed twice because the pointer was
not re-initialized to NULL after it was freed.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7553 dc483132-0cff-0310-8789-dd5450dbe970
src/kdc/ChangeLog
src/kdc/do_as_req.c
src/kdc/main.c