From bde826b18aeb6fd3c9de7a7733d1e163efde90e1 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 17 Feb 2006 13:29:52 +0000 Subject: Make sure we don't introduce a circularity into the variable set linked list. Fixes Savannah bug #15757. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e86bc3e..07d1e52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2006-02-17 Paul D. Smith + + * variable.c (merge_variable_set_lists): Don't try to merge the + global_setlist. Not only is this useless, but it can lead to + circularities in the linked list, if global_setlist->next in one + list gets set to point to another list which also ends in + global_setlist. + Fixes Savannah bug #15757. + 2006-02-15 Paul D. Smith Fix for Savannah bug #106. -- cgit v1.2.3