krb5_free_pwd_sequences only frees first element
authorEzra Peisach <epeisach@mit.edu>
Wed, 23 Apr 2003 20:28:23 +0000 (20:28 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 23 Apr 2003 20:28:23 +0000 (20:28 +0000)
commit7d043996594e85a5f54439189d66d22e24c19204
tree9a5035d52e9d511bb11d5a5ff8115723f2e06f7a
parent3364c81c47e16042a043c5a399921746e1346214
krb5_free_pwd_sequences only frees first element

* kfree.c (krb5_free_pwd_sequences): Actually free the entire
sequence of passwd_phase_elements and not just the first one.

In our tree, this code is only used by krb5_free_pwd_data() which is
subsequently not used anywhere else. Perhaps all code pertaining to pwd
data (asn.1 decoders, encoders, etc. should be removed)

ticket: new
component: krb5-libs
target_version: 1.3
tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15364 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/kfree.c