Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!security!genrad!decvax!harpo!seismo!hao!hplabs!sri-unix!jpayne@bbn-vax From: jpayne%bbn-vax@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: Re: 2.8 exec bug fix wanted - (nf) Message-ID: <14751@sri-arpa.UUCP> Date: Mon, 19-Dec-83 10:14:34 EST Article-I.D.: sri-arpa.14751 Posted: Mon Dec 19 10:14:34 1983 Date-Received: Thu, 22-Dec-83 00:28:16 EST Lines: 10 From: Jonathan Payne Yes, we found that bug recently. The fix is in getxfile: expand(ds, S_DATA); i = ds; while (--i) clearseg(u.u_procp->p_daddr + i); Change the "while (--i)" to "while (--i > 0)"