From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27028 invoked by alias); 7 Dec 2014 06:37:05 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33902 Received: (qmail 3380 invoked from network); 7 Dec 2014 06:36:53 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=F/vgrRlI c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=A92cGCtB03wA:10 a=TM1Z5XMBVw-OEiyUsUEA:9 a=CjuIK1q_8ugA:10 a=C38_hfqoqMkA:10 a=va_2eLO08a0A:10 a=qCeVVpZ_G0UA:10 From: Bart Schaefer Message-id: <141206223657.ZM28506@torch.brasslantern.com> Date: Sat, 06 Dec 2014 22:36:57 -0800 In-reply-to: <141206150753.ZM2978@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: free() error on simple input scripts" (Dec 6, 3:07pm) References: <20141206042732.GA28745@ti.fritz.box> <141206150753.ZM2978@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: free() error on simple input scripts MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 6, 3:07pm, Bart Schaefer wrote: } } Though how we ended up with a bad metafied string in the } first place might also be worth investigating. I can reproduce the bad free with source =(<<<$'d\\\0') There seems to be some problem with lexing the sequence backslash-nul, which results in the bad meta-pair. I haven't been able to isolate.