From 745e09faa22eb06e00588b198210b302c860a988 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 23 Dec 2007 11:02:26 +0800 Subject: [EVAL] Fix bad pointer arithmetic in evalcommand dash dies on sparc with a SIGBUS due to an arithmetic error introduced with commit 03b4958, this patch fixes it. --- > Hi Gerrit, > > dash 0.5.4-3 dies on sparc with a SIGBUS due to an arithmetic error > introduced with the patch > 0030-EXEC-Fixed-execing-of-scripts-with-no-hash-bang.diff. The > attached > patch fixes the problem. Signed-off-by: Herbert Xu --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de37261..e72849c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-12-23 Steve Langasek + + * Fixed bad pointer arithmetic in evalcommand. + 2007-11-11 Herbert Xu * Removed noexpand/length check on eofmark. -- cgit 1.4.1