From 0d1fb088a4a16569260de4266d4bd359491c6bcd Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Fri, 3 Oct 2014 14:07:07 +0800 Subject: [EVAL] Do not clobber exitstatus in evalcommand All originators of EXERROR have been setting the exitstatus for a while now. So it is no longer appropriate to set it explicitly in evalcommand. In fact doing so may cause the original exitstatus to be lost. Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9a601df..4dc8fa3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-03 Herbert Xu + + * Do not clobber exitstatus in evalcommand. + 2014-10-02 Herbert Xu * Fix use-after-free in dotrap/evalstring. -- cgit 1.4.1