From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <95298d62020c66708770561a60e3a2ae@coraid.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: [sources] 20070413: /rc/bin/cpurc.local From: erik quanstrom Date: Sun, 15 Apr 2007 13:35:10 -0400 In-Reply-To: <9ab217670704151026k6de961c0q1ecd0385c95772c7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 48e1f79e-ead2-11e9-9d60-3106f5b1d025 > Additionally, we can't assume it starts off. The value is never > initialized in the C code, so it could be 0, 1, or 382355318. I'm > assuming that kencc zeroes uninitialized variables in the text, but > I'm not sure. non automatic variables are always initialized to zero unless explicitly initialized to something else regardless of your version of c.