Date: Sun, 11 Oct 2009 16:35:12 +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 func2.0 Message-ID: <200910111640.n9BGebIQ046178@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2009-10-11 16:35:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) bin/sh eval.c exec.c exec.h mknodes.c nodes.c.pat Added files: (Branch: RELENG_8) tools/regression/bin/sh/execution func1.0 func2.0 Log: SVN rev 197959 on 2009-10-11 16:35:12Z by jilles MFC r196483,r196634: sh: Fix crash when undefining or redefining a currently executing function Add a reference count to function definitions. Memory may leak if a SIGINT arrives in interactive mode at exactly the wrong time, this will be fixed later by changing SIGINT handling. PR: bin/137640 Approved by: re (kib) Revision Changes Path 1.64.2.2 +5 -2 src/bin/sh/eval.c 1.34.2.2 +4 -4 src/bin/sh/exec.c 1.15.10.2 +2 -1 src/bin/sh/exec.h 1.18.2.2 +5 -2 src/bin/sh/mknodes.c 1.15.30.2 +37 -9 src/bin/sh/nodes.c.pat 1.1.2.2 +4 -0 src/tools/regression/bin/sh/execution/func1.0 (new) 1.1.2.2 +11 -0 src/tools/regression/bin/sh/execution/func2.0 (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910111640.n9BGebIQ046178>