No subject



Thu Apr 14 09:54:35 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 14 Apr 2005 02:55:01 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.11/8.12.8) with ESMTP id j3E9t1qK014890
	for <atanu@tigger.icir.org>; Thu, 14 Apr 2005 02:55:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.11/8.12.8) with ESMTP id j3E9t1cC045058
	for <atanu@icir.org>; Thu, 14 Apr 2005 02:55:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j3E9t0SO004449;
	Thu, 14 Apr 2005 02:55:00 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j3E9sZSO004438
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 14 Apr 2005 02:54:35 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.11/8.12.8) with ESMTP id j3E9sZvY045051
	for <xorp-cvs@icir.org>; Thu, 14 Apr 2005 02:54:35 -0700 (PDT)
	(envelope-from atanu@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.11/8.12.8) with ESMTP id j3E9sZ4S008863
	for <xorp-cvs@icir.org>; Thu, 14 Apr 2005 02:54:35 -0700 (PDT)
	(envelope-from atanu@xorpc.icir.org)
Received: (from atanu@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j3E9sZtw008862
	for xorp-cvs@icir.org; Thu, 14 Apr 2005 09:54:35 GMT
	(envelope-from atanu)
Date: Thu, 14 Apr 2005 09:54:35 GMT
From: Atanu Ghosh <atanu@icir.org>
Message-Id: <200504140954.j3E9sZtw008862@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/libxorp
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-04-14 09:54:35 UTC

XORP CVS repository


Modified files:
	libxorp       ref_trie.hh test_ref_trie.cc 

Log message:
	A problem in the assignment operator for PreOrderIterator and
	PostOrderIterator. If the entry that an iterator is pointing at in a
	trie has been deleted and then the iterator is assigned with an empty
	trie, the new trie point at zero was being updated instead of the old
	trie.
	
	Also added a regression test for this problem.
	
	Bug found by: MJH

Revision  Changes    Path
1.23      +3 -3      xorp/libxorp/ref_trie.hh
1.11      +57 -1     xorp/libxorp/test_ref_trie.cc
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs