diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-02 08:19:31 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-02 08:19:31 +0000 |
commit | 0742bc284e44fc08fd9a15777bd6c60975863481 (patch) | |
tree | e6cba2394f38945f3353c5d540e634ed057f88ef /old | |
parent | acca4638b8c6956320520da77e54efcc64120740 (diff) | |
download | coreutils-0742bc284e44fc08fd9a15777bd6c60975863481.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
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. |