summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-02 08:19:31 +0000
committerJim Meyering <jim@meyering.net>2000-12-02 08:19:31 +0000
commit0742bc284e44fc08fd9a15777bd6c60975863481 (patch)
treee6cba2394f38945f3353c5d540e634ed057f88ef /old/fileutils
parentacca4638b8c6956320520da77e54efcc64120740 (diff)
downloadcoreutils-0742bc284e44fc08fd9a15777bd6c60975863481.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index a51e6925e..dc55d7aae 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,11 @@
2000-12-01 Paul Eggert <eggert@twinsun.com>
+ * src/dd.c (skip, dd_copy): Use ssize_t to store result of
+ safe_read, to avoid overflow e.g. on 64-bit Solaris sparc.
+ (dd_copy): Remove unnecessary cast.
+
+2000-12-01 Paul Eggert <eggert@twinsun.com>
+
* doc/fileutils.texi: Remove B suffix. Document how to have
the desired effect without it.