summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2007-12-23 11:02:26 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2007-12-23 11:02:26 +0800
commit745e09faa22eb06e00588b198210b302c860a988 (patch)
treeaca385df0818e67a8051395629bc7fd2cd5a721c /ChangeLog
parent[EXPAND] Expand here-documents in the current shell environment (diff)
downloaddash-745e09faa22eb06e00588b198210b302c860a988.tar.gz
dash-745e09faa22eb06e00588b198210b302c860a988.zip
[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 <herbert@gondor.apana.org.au>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de37261..e72849c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-23  Steve Langasek <steve.langasek@canonical.com>
+
+	* Fixed bad pointer arithmetic in evalcommand.
+
 2007-11-11  Herbert Xu <herbert@gondor.apana.org.au>
 
 	* Removed noexpand/length check on eofmark.