From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24932 invoked from network); 15 Jan 2004 10:54:31 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 15 Jan 2004 10:54:31 -0000 Received: (qmail 22526 invoked by alias); 15 Jan 2004 10:54:11 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19374 Received: (qmail 22512 invoked from network); 15 Jan 2004 10:54:10 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 15 Jan 2004 10:54:10 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.189.183.235] by sunsite.dk (MessageWall 1.0.8) with SMTP; 15 Jan 2004 10:54:10 -0000 Received: from EXCHANGE02.csr.com (unverified) by MAILSWEEPER01.csr.com (Content Technologies SMTPRS 4.3.12) with ESMTP id for ; Thu, 15 Jan 2004 10:51:07 +0000 Received: from csr.com ([192.168.144.127]) by EXCHANGE02.csr.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 15 Jan 2004 10:53:19 +0000 To: zsh-workers@sunsite.dk Subject: Re: Coredump in test B02 as of 2004-01-13 In-reply-to: "Vin Shelton"'s message of "Wed, 14 Jan 2004 11:05:10 EST." <545y8saseh5.fsf@alumni.princeton.edu> Date: Thu, 15 Jan 2004 10:51:15 +0000 Message-ID: <5197.1074163875@csr.com> From: Peter Stephenson X-OriginalArrivalTime: 15 Jan 2004 10:53:19.0165 (UTC) FILETIME=[C94066D0:01C3DB55] Vin Shelton wrote: > Greetings, > > On my SunOS systems at work I'm seeing the following failure in the > testsuite when running against a build of 2004-01-13: Reduces to: unset argv print $# Right idea, wrong number of ampersands. Index: Src/params.c =================================================================== RCS file: /cvsroot/zsh/zsh/Src/params.c,v retrieving revision 1.75 diff -u -r1.75 params.c --- Src/params.c 12 Jan 2004 12:09:12 -0000 1.75 +++ Src/params.c 15 Jan 2004 10:50:29 -0000 @@ -2585,7 +2585,7 @@ * ways which need to be set to NULL. We can't do this * with user tied variables since we can leak memory. */ - if ((pm->flags & PM_SPECIAL) & !x) + if ((pm->flags & PM_SPECIAL) && !x) *dptr = mkarray(NULL); else *dptr = x; -- Peter Stephenson Software Engineer CSR Ltd., Science Park, Milton Road, Cambridge, CB4 0WH, UK Tel: +44 (0)1223 692070 ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote also confirms that this email message has been swept by MIMEsweeper for the presence of computer viruses. www.mimesweeper.com **********************************************************************