From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28815 invoked from network); 1 Feb 2005 17:23:04 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 1 Feb 2005 17:23:04 -0000 Received: (qmail 1729 invoked from network); 1 Feb 2005 17:22:56 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 1 Feb 2005 17:22:56 -0000 Received: (qmail 23022 invoked by alias); 1 Feb 2005 17:22:50 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 8454 Received: (qmail 23008 invoked from network); 1 Feb 2005 17:22:49 -0000 Received: from unknown (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 1 Feb 2005 17:22:49 -0000 Received: (qmail 568 invoked from network); 1 Feb 2005 17:22:13 -0000 Received: from out003pub.verizon.net (HELO out003.verizon.net) (206.46.170.103) by a.mx.sunsite.dk with SMTP; 1 Feb 2005 17:22:09 -0000 Received: from candle.brasslantern.com ([4.11.10.129]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20050201172202.MFUR28085.out003.verizon.net@candle.brasslantern.com> for ; Tue, 1 Feb 2005 11:22:02 -0600 Received: from candle.brasslantern.com (IDENT:schaefer@localhost [127.0.0.1]) by candle.brasslantern.com (8.12.11/8.12.11) with ESMTP id j11GeCq4009369 for ; Tue, 1 Feb 2005 08:40:12 -0800 Received: (from schaefer@localhost) by candle.brasslantern.com (8.12.11/8.12.11/Submit) id j11GeCVi009368 for zsh-users@sunsite.dk; Tue, 1 Feb 2005 08:40:12 -0800 From: Bart Schaefer Message-Id: <1050201164011.ZM9367@candle.brasslantern.com> Date: Tue, 1 Feb 2005 16:40:11 +0000 In-Reply-To: <1050201152428.ZM9278@candle.brasslantern.com> Comments: In reply to Bart Schaefer "Re: handling of variables" (Feb 1, 3:24pm) References: <2005-02-01T12-49-14@devnull.michael-prokop.at> <200502011410.j11EAA9D029705@news01.csr.com> <1050201152428.ZM9278@candle.brasslantern.com> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.dk Subject: Re: handling of variables MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [4.11.10.129] at Tue, 1 Feb 2005 11:22:01 -0600 X-Spam-Checker-Version: SpamAssassin 3.0.2 on a.mx.sunsite.dk X-Spam-Level: X-Spam-Status: No, score=-2.6 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Hits: -2.6 On Feb 1, 3:24pm, Bart Schaefer wrote: } Subject: Re: handling of variables } } I *think* (not yet sure) this is happening because [...] Nope, that's not it. I now think that exec.c:save_params() needs to copy the value returned by ecrawstr() before storing it in the restore_p linked list, but I'm not sure what kind of memory to copy it into or what ramifications that has for restore_params().