From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20908 invoked from network); 20 Oct 2007 06:45:18 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.3 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 20 Oct 2007 06:45:18 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 10031 invoked from network); 20 Oct 2007 06:45:12 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 20 Oct 2007 06:45:12 -0000 Received: (qmail 20604 invoked by alias); 20 Oct 2007 06:45:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24000 Received: (qmail 20582 invoked from network); 20 Oct 2007 06:45:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 20 Oct 2007 06:45:09 -0000 Received: (qmail 9710 invoked from network); 20 Oct 2007 06:45:09 -0000 Received: from flock1.newmail.ru (82.204.219.207) by a.mx.sunsite.dk with SMTP; 20 Oct 2007 06:45:02 -0000 Received: (qmail 14745 invoked from network); 20 Oct 2007 06:44:54 -0000 Received: from unknown (HELO cooker.net) (arvidjaar@newmail.ru@91.76.105.4) by smtpd.newmail.ru with SMTP; 20 Oct 2007 06:44:54 -0000 From: Andrey Borzenkov To: Vin Shelton , zsh workers Subject: Re: Failures in today's build Date: Sat, 20 Oct 2007 10:44:29 +0400 User-Agent: KMail/1.9.7 References: <20a807210710191302o5bc328b2pab30d13195708195@mail.gmail.com> <20071019201935.GA27998@scowler.net> In-Reply-To: <20071019201935.GA27998@scowler.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3171034.CaSNRkpgZr"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200710201044.50984.arvidjaar@newmail.ru> --nextPart3171034.CaSNRkpgZr Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday 20 October 2007, Clint Adams wrote: > -static HashTable zcurses_colorpairs; > +static HashTable zcurses_colorpairs =3D NULL; This is redundant. Static variables are required to be initialized to 0 whi= ch=20 for pointers translates to NULL (whatever is NULL on current platform) --nextPart3171034.CaSNRkpgZr Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBHGaPRR6LMutpd94wRAjIHAKCmIOqN8oj+Ut/GOQLpHvU2lkSm6ACgyriZ gx/S+jxMYa9XotBI74Myhy4= =+emS -----END PGP SIGNATURE----- --nextPart3171034.CaSNRkpgZr--