Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Double free with latest updates
- X-seq: zsh-workers 35028
- From: Vin Shelton <acs@xxxxxxxxxxxxxxxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>, "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Double free with latest updates
- Date: Mon, 4 May 2015 07:20:46 -0400
- 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==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Sender: ethersoft@xxxxxxxxx
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 ***
Messages sorted by:
Reverse Date,
Date,
Thread,
Author