summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-08-10 20:53:32 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-08-10 20:53:32 +0000
commitf073139b526a0fe104228098c41fa24fc0c4c65d (patch)
tree81ad075ab01c60009b3ca1c80770a4ea4a305648 /ChangeLog
parent4a16cc52e0592048151cc3c09634007204ea48db (diff)
downloadcoreutils-f073139b526a0fe104228098c41fa24fc0c4c65d.tar.xz
(struct control): Remove fastmap member.
(extract_regexp): Allocate fastmap separately, since otherwise it might move due to a realloc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a95ee39f2..6fc73bc9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-08-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ * src/csplit.c (struct control): Remove fastmap member.
+ (extract_regexp): Allocate fastmap separately, since otherwise
+ it might move due to a realloc. This fixes a bug that led
+ to a core dump on 64-bit sparc Solaris 10 (Sun Studio 10).
+
2006-08-10 Jim Meyering <jim@meyering.net>
* tests/ls/stat-dtype: If "." is tmpfs, skip this test unless uname -s