* change_password.c (krb_change_password): Explicitly zero the
authorTom Yu <tlyu@mit.edu>
Tue, 3 Jun 2003 03:18:41 +0000 (03:18 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 3 Jun 2003 03:18:41 +0000 (03:18 +0000)
commit5d84be296d86bf6b13ab97887576cbc7209680a0
treec7277fd0c1b6a1074c29716cba181dbf63f78bd2
parentb9039a53ed828bc366b05ba69bd5839e961f9218
* change_password.c (krb_change_password): Explicitly zero the
session key.  Zero the key derived from the new password.

* mk_req.c (krb_mk_req): Explicitly zero the session key.
(krb_mk_req_creds_prealm): Don't zero the session key, in case the
caller wants to make use of it.

ticket: 1546
status: open
target_version: 1.3
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15543 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb4/ChangeLog
src/lib/krb4/change_password.c
src/lib/krb4/mk_req.c