Date: Sun, 23 Aug 2009 21:09:46 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh eval.c exec.c exec.h mknodes.c nodes.c.pat src/tools/regression/bin/sh/execution func1.0 Message-ID: <200908232111.n7NLB0GV040195@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-08-23 21:09:46 UTC
FreeBSD src repository
Modified files:
bin/sh eval.c exec.c exec.h mknodes.c
nodes.c.pat
Added files:
tools/regression/bin/sh/execution func1.0
Log:
SVN rev 196483 on 2009-08-23 21:09:46Z by jilles
sh: Fix crash when undefining or redefining a currently executing function.
Add a reference count to function definitions.
Memory may leak if multiple SIGINTs arrive in interactive mode,
this will be fixed later by changing SIGINT handling.
PR: bin/137640
Revision Changes Path
1.65 +5 -2 src/bin/sh/eval.c
1.35 +4 -4 src/bin/sh/exec.c
1.16 +2 -1 src/bin/sh/exec.h
1.19 +7 -2 src/bin/sh/mknodes.c
1.16 +26 -9 src/bin/sh/nodes.c.pat
1.1 +4 -0 src/tools/regression/bin/sh/execution/func1.0 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908232111.n7NLB0GV040195>
