From 3ec9b6359a184e69d7e291d8a4d43a371bafd5d3 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 9 Feb 1999 02:47:06 +0000 Subject: [PATCH] (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 --- src/util/profile/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + + * 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 * profile.hin: Fix definition of PROTOYPE so that it works under -- 2.26.2