Make sure mod_name isn't modified or freed on success or failure in
authorJonathan Kamens <jik@mit.edu>
Mon, 4 Apr 1994 19:35:41 +0000 (19:35 +0000)
committerJonathan Kamens <jik@mit.edu>
Mon, 4 Apr 1994 19:35:41 +0000 (19:35 +0000)
create_principal and modify_principal.

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

doc/kadm5/api-unit-test.tex

index 3f3a7382c01f271e039f765e5f39ea2d7d22ee77..856538e1ddfc5429398b19345826bd02b6f5cb26 100644 (file)
@@ -577,7 +577,15 @@ the init doesn't succeed.
 \Status{Implemented}
 }
 
+\numtest{41}{
+\Priority{High}
+\Reason{Doesn't modify or free mod_name on success.}
+}
 
+\numtest{42}{
+\Priority{High}
+\Reason{Doesn't modify or free mod_name on failure.}
+}
 
 \section{ovsec_kadm_delete_principal}
 
@@ -916,6 +924,16 @@ the init doesn't succeed.
 \Status{Implemented}
 }
 
+\numtest{41}{
+\Priority{High}
+\Reason{Doesn't modify or free mod_name on success.}
+}
+
+\numtest{42}{
+\Priority{High}
+\Reason{Doesn't modify or free mod_name on failure.}
+}
+
 
 \section{ovsec_kadm_rename_principal}