From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18409 invoked by alias); 18 Jul 2013 11:47:43 -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: 31538 Received: (qmail 4449 invoked from network); 18 Jul 2013 11:47:37 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, SPF_HELO_PASS autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at samsung.com does not designate permitted sender hosts) X-AuditID: cbfec7f5-b7f376d000001ec6-02-51e7d5d77aff Date: Thu, 18 Jul 2013 12:47:32 +0100 From: Peter Stephenson To: zsh-workers@zsh.org Subject: Re: bug with eval, proc-subst and pipes Message-id: <20130718124732.68b85293@pwslap01u.europe.root.pri> In-reply-to: <20130718123210.054f1ea1@pwslap01u.europe.root.pri> References: <20130715133525.GA7694@chaz.gmail.com> <130715100624.ZM14123@torch.brasslantern.com> <20130716215540.22d88a27@pws-pc.ntlworld.com> <130717000027.ZM15643@torch.brasslantern.com> <20130717201733.2c0b029b@pws-pc.ntlworld.com> <20130718095741.3f54725f@pwslap01u.europe.root.pri> <20130718102227.527429bd@pwslap01u.europe.root.pri> <20130718123210.054f1ea1@pwslap01u.europe.root.pri> Organization: Samsung Cambridge Solution Centre X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.0; i386-redhat-linux-gnu) MIME-version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFupjluLIzCtJLcpLzFFi42I5/e/4Fd3rV58HGuz7z2RxsPkhkwOjx6qD H5gCGKO4bFJSczLLUov07RK4Mo6+es9esJi54syPFYwNjJuYuhg5OSQETCSWnD7MCGGLSVy4 t56ti5GLQ0hgKaPEio9nWSCc5UwSb1dfBetgEVCVOPtzMSuIzSZgKDF102ywbhEBcYmza8+z gNjCAgYSy1tOgsV5BewlNhy5xA5icwo4SLzu7IUaeptZ4u76z2BF/AL6Elf/foI6yV5i5pUz UM2CEj8m3wMbyiygJbF5WxMrhC0vsXnNW+YJjAKzkJTNQlI2C0nZAkbmVYyiqaXJBcVJ6blG esWJucWleel6yfm5mxghYfh1B+PSY1aHGAU4GJV4eA34nwcKsSaWFVfmHmKU4GBWEuH9tg8o xJuSWFmVWpQfX1Sak1p8iJGJg1OqgXGOYpvyhNYTWi9N4ifMzW8sX5Gb3H9I8EPTcY2dEQt3 mz/+6MD1O3eO8uUY7oCyZXxC9sqOjV+mFR6bZDHXLYHzNsMWqe1memLeq7rmLLSaaDktJEvv fO3sKfVBMxTEAibpdC0s/PmcQ5XTOaP70W/uGwmFSQ8sv19xit92YNHWEvU5G90ePVNiKc5I NNRiLipOBAA1h3NhIQIAAA== On Thu, 18 Jul 2013 12:32:10 +0100 Peter Stephenson wrote: > + if (jf->is_fd) { > + LinkNode next = nextnode(node); > + (void)remnode(jn->filelist, node); > + zclose(jf->u.fd); > + node = next; > + } else { I distinctly remember writing zfree(jf, sizeof(*jf)); but it's gone. I'll put it back in when I commit. Sorry for excess emails. pws