Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP
Path: utzoo!linus!philabs!cmcl2!seismo!harvard!godot!mit-eddie!jfw
From: jfw@mit-eddie.UUCP (John Woods)
Newsgroups: net.sources
Subject: YA XLISP Bug
Message-ID: <2839@mit-eddie.UUCP>
Date: Sun, 7-Oct-84 18:15:36 EDT
Article-I.D.: mit-eddi.2839
Posted: Sun Oct  7 18:15:36 1984
Date-Received: Tue, 9-Oct-84 19:05:52 EDT
Distribution: net.sources
Organization: MIT, Cambridge, MA
Lines: 38

> From ihnp4!stolaf!umn-cs!digi-g!mark@mit-eddie Sun Oct  7 18:07:08 1984
> Received: by mit-eddie.Mit-chaos.Arpa id AA08298; Sun, 7 Oct 84 17:58:07 edt
> From: ihnp4!stolaf!umn-cs!digi-g!mark@mit-eddie
> Received: by ihnp4.ATT.UUCP; id AA20879; 7 Oct 84 09:35:41 CDT (Sun)
> Date: Sun, 7 Oct 84 05:11:29 cdt
> To: umn-cs!stolaf!ihnp4!mit-eddie!jfw@mit-eddie
> Subject: Tonight's last XLISP Bug report
> Status: RO
> 
> 
> Yet another.  remprop befouls the property list if you a property that
> is not first in line.  This causes memory dumps on later gets.
> 
> The fix:
> 
> 
> +++++ xlext.c +++++
> 133,134c133,134
> < 		for (last = atom->n_plist,
> < 		     lptr = last->n_listnext->n_listnext;
> ---
> > 		for (last = atom->n_plist->n_listnext,
> > 		     lptr = last->n_listnext;
> 136,137c136,137
> < 		     last = lptr,
> < 		     lptr = lptr->n_listnext->n_listnext)
> ---
> > 		     last = lptr->n_listnext,
> > 		     lptr = last->n_listnext)
> +++++++++++++++++++++
> 
> 					-- Mark Mendel
> 					-- ...!ihnp4!umn-cs!digi-g!mark
-- 
John Woods, Charles River Data Systems
decvax!frog!john, mit-eddie!jfw, JFW%mit-ccc@MIT-XX

Guns don't kill people, I kill people.