(Forgot to check in ChangeLog earlier...)
authorTheodore Tso <tytso@mit.edu>
Tue, 9 Feb 1999 02:47:06 +0000 (02:47 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 9 Feb 1999 02:47:06 +0000 (02:47 +0000)
prof_tree.c (profile_node_iterator): Added comments indicating that
profile_node_iterator, not being an exported interface, returns
pointers into the parse tree, and that values should be strdup()'ed
before returning them to a calling application.

prof_get.c (profile_iterator): Strdup the name and value strings
before returning them to the calling application.

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

src/util/profile/ChangeLog

index daa44103681499a35623be20d1df9646470ef621..2d764879f7a46970453809a696709016571c5d1d 100644 (file)
@@ -1,3 +1,14 @@
+Mon Jan 25 18:44:26 1999  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * prof_tree.c (profile_node_iterator): Added comments indicating
+               that profile_node_iterator, not being an exported
+               interface, returns pointers into the parse tree, and that
+               values should be strdup()'ed before returning them to a
+               calling application.
+
+       * prof_get.c (profile_iterator): Strdup the name and value strings
+               before returning them to the calling application.
+
 Thu Jan 21 15:21:18 1999  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * profile.hin: Fix definition of PROTOYPE so that it works under