1999-08-10 Alexandra Ellwood <lxs@mit.edu>
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 10 Aug 1999 20:15:51 +0000 (20:15 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Tue, 10 Aug 1999 20:15:51 +0000 (20:15 +0000)
* changepw.c (krb5_change_password):
Reorganized code so that krb5_change_password actually frees
everything it allocated on error.  Also fixed some memory
leaks which happened even without an error occurring.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11645 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog

index 8f2afbe960a92eb6fd2b8ed421156e8085aa44cf..16363aed36cc82921077fa1f498fc8d2f3845fbc 100644 (file)
@@ -1,3 +1,10 @@
+1999-08-10     Alexandra Ellwood       <lxs@mit.edu>
+
+       * changepw.c (krb5_change_password):
+               Reorganized code so that krb5_change_password actually frees
+               everything it allocated on error.  Also fixed some memory 
+               leaks which happened even without an error occurring.
+
 1999-08-09  Danilo Almeida  <dalmeida@mit.edu>
 
        * prompter.c (krb5_prompter_posix): Provide Win32 implementation