From b9ecf27ad92a2c16aae7867e42f7c6457b2c5fe1 Mon Sep 17 00:00:00 2001 From: Per Cederqvist Date: Fri, 14 Aug 1998 18:56:06 +0000 Subject: [PATCH] The cache tried to free person, text and conference 0 during server shutdown. --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index b47f7489..cb1f68f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +1998-08-14 Per Cederqvist + + The cache tried to free person, text and conference 0 during + server shutdown. + * src/server/simple-cache.c (free_all_cache): Don't attempt to + access Pers_no, Conf_no or Text_no 0. + (get_conf_node): Fail if the argument is less than 1. + (get_pers_node): Likewise. + (get_text_node): Likewise. + (traverse_person): Unused function; don't compile it. + + * run-support/aux-items.conf (creating-software): New aux-info. + 1998-08-10 Per Cederqvist Ported the test suite to DejaGnu 1.2. -- GitLab