From 127788364951212c356aadc39deb21e01b0161c8 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Thu, 27 May 2010 11:32:55 +0800 Subject: [VAR] Fix poplocalvar on abnormal exit from function The new localvar code broke the abnormal exit from functions and built-ins by not restoring the original localvar state. This patch fixes this by storing the previous localvar state so that we always unwind correctly in case of an abnormal exit. Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf1f13c..c9b5e75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-05-27 Herbert Xu + + * Fix poplocalvar on abnormal exit from function. + 2010-05-26 Herbert Xu * Replace cmdenviron with localvars. -- cgit 1.4.1