From e375078dda86b789fb60f81f32663b15d2e17483 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 14 Jul 2002 23:47:58 +0000 Subject: [PATCH] Infinite loop in nex_input of NetBlock objects. --- net_nex_input.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/net_nex_input.cc b/net_nex_input.cc index 56625ac54..896bf4b22 100644 --- a/net_nex_input.cc +++ b/net_nex_input.cc @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ #if !defined(WINNT) -#ident "$Id: net_nex_input.cc,v 1.3 2002/06/05 03:44:25 steve Exp $" +#ident "$Id: net_nex_input.cc,v 1.4 2002/07/14 23:47:58 steve Exp $" #endif # include "config.h" @@ -185,6 +185,7 @@ NexusSet* NetBlock::nex_input() NexusSet*tmp = cur->nex_input(); result->add(*tmp); delete tmp; + cur = cur->next_; } return result; @@ -317,6 +318,9 @@ NexusSet* NetWhile::nex_input() /* * $Log: net_nex_input.cc,v $ + * Revision 1.4 2002/07/14 23:47:58 steve + * Infinite loop in nex_input of NetBlock objects. + * * Revision 1.3 2002/06/05 03:44:25 steve * Add support for memory words in l-value of * non-blocking assignments, and remove the special