From owner-freebsd-hackers Sat Sep 28 20:25:57 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA05991 for hackers-outgoing; Sat, 28 Sep 1996 20:25:57 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA05894; Sat, 28 Sep 1996 20:25:48 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id NAA14003; Sun, 29 Sep 1996 13:23:46 +1000 Date: Sun, 29 Sep 1996 13:23:46 +1000 From: Bruce Evans Message-Id: <199609290323.NAA14003@godzilla.zeta.org.au> To: guido@gvr.win.tue.nl, jkh@time.cdrom.com Subject: Re: stack Cc: dyson@FreeBSD.ORG, FreeBSD-hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> The resulting file did not conatin only zero's. I think this is weird. > >No, again, I believe this is perfectly within the language specification. Acessing uninitialized variables gives undefined behaviour. A high quality implementation could send you mail about it. Bruce