EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: e2db
From: Jim Thomas <[email protected]>
To: [email protected]
Date: Tue, 10 Sep 2002 16:41:43 -1000 (HST)
Aloha,

I think I've got the latest version of e2db, dated 21-Jan-1999.  In any
event, I'm trying to translate a multi-level edif file, and it is coreing.
purify says it's an uninitialized memory read.  It goes away if I add the
following:

*** edifRead.c~	Thu Jan 21 04:45:54 1999
--- edifRead.c	Tue Sep 10 16:32:31 2002
***************
*** 239,244 ****
--- 239,245 ----
  		curcel->flink = (struct cell *)malloc(sizeof (struct cell));
  		curcel = curcel->flink;
  		}
+ 	curcel->flink = (struct cell *)NULL;
  	curcel->polink = (struct port *)NULL;
  	curcel->prlink = (struct prop *)NULL;
  	curcel->ilink = (struct instance *)NULL;

..  I'll send a test case to whomever wants to verify the patch.

Mahalo,
Jim

Replies:
Re: e2db Rozelle Wright

Navigate by Date:
Prev: RE: "bad UDP msg ..." error message Vladis Korobov
Next: RTEMS dynamic loader SUCCESS Till Straumann
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: CA problem (Pedro Gigoux) Bernd Schoeneburg
Next: Re: e2db Rozelle Wright
Index: 1994  1995  1996  1997  1998  1999  2000  2001  <20022003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·