From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29181 invoked from network); 1 Apr 2007 22:54:47 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,FORGED_RCVD_HELO autolearn=ham version=3.1.8 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Apr 2007 22:54:47 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 5229 invoked from network); 1 Apr 2007 18:54:42 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Apr 2007 18:54:42 -0000 Received: (qmail 16438 invoked by alias); 1 Apr 2007 18:54:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 23256 Received: (qmail 16425 invoked from network); 1 Apr 2007 18:54:34 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Apr 2007 18:54:34 -0000 Received: (qmail 4468 invoked from network); 1 Apr 2007 18:54:34 -0000 Received: from master.altlinux.org (62.118.250.235) by a.mx.sunsite.dk with SMTP; 1 Apr 2007 18:54:30 -0000 Received: from solemn.turbinal (localhost.localdomain [127.0.0.1]) by master.altlinux.org (Postfix) with ESMTP id 03353E468D for ; Sun, 1 Apr 2007 22:54:30 +0400 (MSD) Received: by solemn.turbinal (Postfix, from userid 500) id 63CAD35AA14; Sun, 1 Apr 2007 23:29:42 +0400 (MSD) Date: Sun, 1 Apr 2007 23:29:42 +0400 From: Alexey Tourbin To: zsh-workers@sunsite.dk Subject: Re: buffer overflow detected ***: ../Src/zsh terminated Message-ID: <20070401192942.GP29754@solemn.turbinal> Mail-Followup-To: zsh-workers@sunsite.dk References: <20070330140145.GA29754@solemn.turbinal> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cnBsrynPgIOyCJkL" Content-Disposition: inline In-Reply-To: <20070330140145.GA29754@solemn.turbinal> --cnBsrynPgIOyCJkL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 30, 2007 at 06:01:45PM +0400, Alexey Tourbin wrote: > Here is what happens with most recent zsh snapshot. >=20 > ./D07multibyte.ztst: starting. > Testing multibyte with locale en_US.UTF-8 > *** buffer overflow detected ***: ../Src/zsh terminated git-bisect blames this change: commit c28114a1fadd68432443c3a4b3822efdd11dbad2 Author: Peter Stephenson Date: Sat Feb 10 22:12:59 2007 +0000 fix metafication of ${(#)x} --- ChangeLog | 6 ++++++ Src/subst.c | 12 ++++++++---- Test/D07multibyte.ztst | 32 ++++++++++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 4 deletions(-) --cnBsrynPgIOyCJkL Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFGEAgmfBKgtDjnu0YRAvTVAJ4y9bU0Fq9jRzKMsM5uHmhVvIPQggCeMpEH caaYka9FwYj73zUjeyZwMh8= =nhaW -----END PGP SIGNATURE----- --cnBsrynPgIOyCJkL--