From owner-freebsd-current Tue Oct 10 12:46:44 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA01591 for current-outgoing; Tue, 10 Oct 1995 12:46:44 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA01586 for ; Tue, 10 Oct 1995 12:46:42 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.12/8.6.12) with SMTP id MAA02622; Tue, 10 Oct 1995 12:45:14 -0700 Message-Id: <199510101945.MAA02622@precipice.shockwave.com> To: "Garrett A. Wollman" cc: Terry Lambert , ache@astral.msk.su, Kai.Vorma@hut.fi, current@freebsd.org Subject: Re: tail dumps core In-reply-to: Your message of "Tue, 10 Oct 1995 15:01:35 EDT." <9510101901.AA10410@halloran-eldar.lcs.mit.edu> Date: Tue, 10 Oct 1995 12:45:13 -0700 From: Paul Traina Sender: owner-current@freebsd.org Precedence: bulk From: "Garrett A. Wollman" Subject: Re: tail dumps core memset(&i, 0, sizeof i); if (i == 0) { printf("your machine is normal\n"); } else { printf("your machine is really weird, but allowed by the" " C standard\n"); } How could this possibly be allowed by the C standard? I'm utterly confused.