From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5928 invoked from network); 28 May 2004 09:52:08 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.86) by ns1.primenet.com.au with SMTP; 28 May 2004 09:52:08 -0000 Received: (qmail 21935 invoked from network); 28 May 2004 09:51:55 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 28 May 2004 09:51:55 -0000 Received: (qmail 26909 invoked by alias); 28 May 2004 09:51:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 19989 Received: (qmail 26896 invoked from network); 28 May 2004 09:51:51 -0000 Received: from thor.dotsrc.org (HELO a.mx.sunsite.dk) (qmailr@130.225.247.86) by sunsite.dk with SMTP; 28 May 2004 09:51:48 -0000 Received: (qmail 21815 invoked from network); 28 May 2004 09:51:48 -0000 Received: from mail36.messagelabs.com (193.109.254.211) by a.mx.sunsite.dk with SMTP; 28 May 2004 09:51:46 -0000 X-VirusChecked: Checked X-Env-Sender: okiddle@yahoo.co.uk X-Msg-Ref: server-7.tower-36.messagelabs.com!1085737479!6532018 X-StarScan-Version: 5.2.10; banners=-,-,- X-Originating-IP: [158.234.9.163] Received: (qmail 4350 invoked from network); 28 May 2004 09:44:39 -0000 Received: from iris.logica.co.uk (158.234.9.163) by server-7.tower-36.messagelabs.com with SMTP; 28 May 2004 09:44:39 -0000 Received: from trentino.logica.co.uk ([158.234.142.61]) by iris.logica.co.uk (8.12.3/8.12.3/Debian -4) with ESMTP id i4S9idUI015115 for ; Fri, 28 May 2004 10:44:39 +0100 Received: from trentino.logica.co.uk (localhost [127.0.0.1]) by trentino.logica.co.uk (Postfix) with ESMTP id 5CB267971610 for ; Fri, 28 May 2004 11:43:55 +0200 (CEST) To: zsh-workers@sunsite.dk X-VirusChecked: Checked X-StarScan-Version: 5.0.7; banners=.,-,- In-reply-to: <3888.1085737050@trentino.logica.co.uk> From: Oliver Kiddle References: <20040528054001.36732.qmail@web51109.mail.yahoo.com> <3888.1085737050@trentino.logica.co.uk> Subject: Re: zsh 4.2.0 dumping core on completion attempt Date: Fri, 28 May 2004 11:43:55 +0200 Message-ID: <3990.1085737435@trentino.logica.co.uk> X-Spam-Checker-Version: SpamAssassin 2.63 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, hits=0.0 required=6.0 tests=BAYES_50 autolearn=no version=2.63 X-Spam-Hits: 0.0 I wrote: > > We've got o->word == "xmmap", n->word == NULL and o->wlen == n->wlen. > So it might be a bug elsewhere that allows n->word == NULL or it might > be an omission that it isn't checked. Presumably n->wlen == 0 but is > that a length or an initial value? Sorry, we can of course see that n->word == 1. So we need to work out how we got n->word == NULL and n->wlen == 1 before it got to cmp_anchors(). Oliver