Date: Fri, 25 Oct 1996 19:12:12 -0400 (EDT) From: "Eric J. Chet" <ejc@gargoyle.bazzle.com> To: David Nugent <davidn@sdev.usn.blaze.net.au> Cc: freebsd-current@freebsd.org, dob@nasvr1.cb.lucent.com, tg@freebsd.org, phk@freebsd.org Subject: Re: -current as of 10/23/96 Message-ID: <Pine.BSF.3.95.961025185534.3881A-100000@gargoyle.bazzle.com> In-Reply-To: <199610252039.GAA28193@sdev.usn.blaze.net.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello
oops, I'm asleep. Yes I'm symlinked AJ. Poul how about changing
the address malloc fills with to '0xDEADBEEF'. We need something that
jumps out at you :-) In my Amiga days the "Enforcer" used '0xDEADBEEF'
I was not thinking from a ksh point of view. The only thing I changed
was a make world. I had been using the ksh bin for about a month. I
symlinked AJ to /etc/make.conf about a week ago when Poul suggested it.
A very simple patch to the latest, pdksh port.
Thanks,
Eric J. Chet
- ejc@bazzle.com
--cut here
*** main.c.orig Fri Oct 25 18:48:35 1996
--- main.c Fri Oct 25 18:52:32 1996
***************
*** 482,490 ****
s->u.shf = shf;
s->file = str_save(name, ATEMP);
i = shell(s, FALSE);
- quitenv();
source = sold;
shf_close(s->u.shf);
if (old_argv) {
e->loc->argv = old_argv;
e->loc->argc = old_argc;
--- 482,490 ----
s->u.shf = shf;
s->file = str_save(name, ATEMP);
i = shell(s, FALSE);
source = sold;
shf_close(s->u.shf);
+ quitenv();
if (old_argv) {
e->loc->argv = old_argv;
e->loc->argc = old_argc;
--end of patch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.961025185534.3881A-100000>
