memory leak in arcfour string_to_key
authorSam Hartman <hartmans@mit.edu>
Tue, 21 Sep 2004 20:39:19 +0000 (20:39 +0000)
committerSam Hartman <hartmans@mit.edu>
Tue, 21 Sep 2004 20:39:19 +0000 (20:39 +0000)
commit3170edb46d86cda141bc07a845350d2b366bcb87
tree5f406b9439b8fdbcb1951a43522ba65812741216
parentac8eb05c5bae434c5da93b417d32b0ecfdb642e4
memory leak in arcfour string_to_key

Derrick Schommer reports that arcfour's string_to_key function leaks
memory.  This is true; it copies the password to convert to utf16 and
never frees the copy.  It does memset the copy to 0 when done.

ticket: new
requestors: schommer@gmail.com

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16771 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/crypto/arcfour/ChangeLog
src/lib/crypto/arcfour/string_to_key.c