summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-02-09 02:47:06 +0000
committerTheodore Tso <tytso@mit.edu>1999-02-09 02:47:06 +0000
commit3ec9b6359a184e69d7e291d8a4d43a371bafd5d3 (patch)
treed85406d643d362b792db21d25c078071583c47ba /src/util
parent2392d63524718549898c3a2c5c802ef2ff0239a9 (diff)
downloadkrb5-3ec9b6359a184e69d7e291d8a4d43a371bafd5d3.tar.gz
krb5-3ec9b6359a184e69d7e291d8a4d43a371bafd5d3.tar.xz
krb5-3ec9b6359a184e69d7e291d8a4d43a371bafd5d3.zip
(Forgot to check in ChangeLog earlier...)
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
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index daa441036..2d764879f 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -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