From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19429 invoked from network); 12 Sep 1999 19:00:50 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 12 Sep 1999 19:00:50 -0000 Received: (qmail 7828 invoked by alias); 12 Sep 1999 19:00:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7785 Received: (qmail 7790 invoked from network); 12 Sep 1999 19:00:36 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: 3.1.6-pws-3: bslashquote() is slightly messed up. References: <990912165419.ZM23254@candle.brasslantern.com> MIME-Version: 1.0 (generated by AKEMI 1.13.2 - =?ISO-2022-JP?B?Ig==?= =?ISO-2022-JP?B?GyRCQTA0Y0s8GyhCIg==?=) Content-Type: text/plain; charset=US-ASCII From: Tanaka Akira Date: 13 Sep 1999 04:00:34 +0900 In-Reply-To: "Bart Schaefer"'s message of "Sun, 12 Sep 1999 16:54:18 +0000" Message-ID: User-Agent: Chao-gnus/6.12.5 AKEMI/1.13.2 (=?ISO-2022-JP?B?GyRCQTAbKEI=?= =?ISO-2022-JP?B?GyRCNGNLPBsoQg==?=) FLAM-DOODLE/1.12.6 (=?ISO-2022-JP?B?GyRCM3cbKEI=?= 10R4.0/5.0) Emacs/20.4 (sparc-sun-solaris2.6) MULE/4.0 (HANANOEN) In article <990912165419.ZM23254@candle.brasslantern.com>, "Bart Schaefer" writes: > + DPUTS(!e || sf, "BUG: Wild pointer *e in bslashquote()"); Hm. Is this really a bug? I think e == NULL is allowed. Z(2):akr@is27e1u11% Src/zsh -f is27e1u11% a=abc is27e1u11% echo $a:q BUG: Wild pointer *e in bslashquote() abc is27e1u11% -- Tanaka Akira