From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8409 invoked by alias); 4 May 2015 11:21:03 -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: 35028 Received: (qmail 8864 invoked from network); 4 May 2015 11:20:52 -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=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=OoBT4hIKP4Wni1McqfTgiHL9VFlCotJEluWfREob1wk=; b=ytDZXqsVj4uWfgE08iTxKZZXOESlPWt5Q2V10RCkFFyQoCHlZywXvRgP+ri3dDRYPC cxZ9ygnl2lmdaXbF2KO1oLb2HDn8Cmv2k1pAOEZz7AusvnBFOZIUEFNa4ZuT7wUwI9eO weH5sjocQ5cuHIZZYJOVtsVtbi7mDoOx4pesHXV7Mi4QFdkw5eExH7e6apH0azFAXvv5 8SiBDnN5WCVPi32fBkPsYg6wa1Gpx7taXwuhgEKLmr9frpE+aQobw4LNh/PSaPJMnMW5 BPb0hmdJ3qfhis25dTuwmtINxMNDiBvSjvJNQDdAtZLJ1XvuVofbJU2bDasDWLJB7SdF vTIA== MIME-Version: 1.0 X-Received: by 10.52.153.20 with SMTP id vc20mr25433791vdb.64.1430738446657; Mon, 04 May 2015 04:20:46 -0700 (PDT) Sender: ethersoft@gmail.com Date: Mon, 4 May 2015 07:20:46 -0400 X-Google-Sender-Auth: jH1R4Iq-VIuEQWfniBxx6mV6JOY Message-ID: Subject: Double free with latest updates From: Vin Shelton To: Mikael Magnusson , "Zsh Hackers' List" Content-Type: multipart/alternative; boundary=bcaec51d2f52e12d7705153fc05d --bcaec51d2f52e12d7705153fc05d Content-Type: text/plain; charset=UTF-8 The most recent changes to builtin.c result in a double free in running the test suite. I have more details if you need them. - Vin zsh remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 5 (delta 4), reused 0 (delta 0) Unpacking objects: 100% (5/5), done. >>From git://zsh.git.sf.net/gitroot/zsh/zsh 5b00bfe..1e6fb1a master -> origin/master Updating 5b00bfe..1e6fb1a Fast-forward ChangeLog | 4 ++++ Src/builtin.c | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) Building zsh /opt/src/zsh-2015-05-04 cd . && ./.preconfig Configuring zsh-2015-05-04 for installation prefix /opt/zsh-2015-05-04. Building zsh...done. Running tests...% print ten ten nine one print print print one two three four five six seven eight nine ten one two print mystery sequence print one print two print mystery sequence print metaphor\? shmetaphor! print metaphor! print -l metophor, Molochi, echo $(echo foo bar) again echo more $( echo $(echo foo bar) again ) done. *** Error in `zsh': double free or corruption (out): 0x00007fff694af880 *** --bcaec51d2f52e12d7705153fc05d--