From owner-freebsd-hackers Mon Sep 30 05:31:58 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA11348 for hackers-outgoing; Mon, 30 Sep 1996 05:31:58 -0700 (PDT) Received: from terra.Sarnoff.COM (terra.sarnoff.com [130.33.11.203]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA11323 for ; Mon, 30 Sep 1996 05:31:55 -0700 (PDT) Received: (from rminnich@localhost) by terra.Sarnoff.COM (8.6.12/8.6.12) id IAA10223; Mon, 30 Sep 1996 08:31:00 -0400 Date: Mon, 30 Sep 1996 08:31:00 -0400 (EDT) From: "Ron G. Minnich" X-Sender: rminnich@terra To: FreeBSD-hackers Subject: Re: stack In-Reply-To: <5718.843944441@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 28 Sep 1996, Jordan K. Hubbard wrote: > > When I allocate something on the stack, isn't it supposed to be completely > > zero? > Uh, no? Not at any point in history? :-) no, actually, this used to work in many cases, although it should not have. See, for example, PDP-11. Led to lots of amusement when programs moved ... ron